Date: Monday, August 29, 2022 @ 19:14:15 Author: felixonmars Revision: 1285589
upgpkg: haskell-gitrev 1.3.1-31: rebuild with base-compat 0.12.2, base-compat-batteries 0.12.2 Modified: haskell-gitrev/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 19:14:07 UTC (rev 1285588) +++ PKGBUILD 2022-08-29 19:14:15 UTC (rev 1285589) @@ -4,7 +4,7 @@ _hkgname=gitrev pkgname=haskell-gitrev pkgver=1.3.1 -pkgrel=30 +pkgrel=31 pkgdesc="Compile git revision info into Haskell projects" url="https://github.com/acfoltzer/gitrev" license=("BSD") @@ -18,7 +18,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
