update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 8ec7559cfd - Show all commits

View File

@@ -5,7 +5,7 @@ url="https://github.com/westes/flex"
license=('custom')
sources=("${pkgname}-${pkgver}.tar.gz")
urls=(
"https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz"
"https://github.com/westes/flex/releases/download/v${pkgver}/${sources[0]}"
)
md5sums=("2882e3179748cc9f9c23ec593d6adc8d")
@@ -16,7 +16,7 @@ src_prepare() {
src_build() {
./configure --prefix=/usr \
--docdir=/usr/share/doc/flex-2.6.4 \
--docdir=/usr/share/doc/${pkgname}-${pkgver} \
--disable-static
make
}