Date: Monday, August 29, 2022 @ 20:24:14 Author: felixonmars Revision: 1285864
upgpkg: haskell-panic 0.4.0.1-24: rebuild with base-compat 0.12.2, base-compat-batteries 0.12.2 Modified: haskell-panic/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 20:23:48 UTC (rev 1285863) +++ PKGBUILD 2022-08-29 20:24:14 UTC (rev 1285864) @@ -3,7 +3,7 @@ _hkgname=panic pkgname=haskell-panic pkgver=0.4.0.1 -pkgrel=23 +pkgrel=24 pkgdesc="A convenient way to panic" url="https://github.com/yav/panic" license=('ISC') @@ -17,7 +17,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
