Date: Monday, March 21, 2022 @ 00:21:18 Author: felixonmars Revision: 1166406
upgpkg: haskell-butcher 1.3.3.2-177: rebuild with rebase 1.13.1, rerebase 1.13.1 Modified: haskell-butcher/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 00:21:12 UTC (rev 1166405) +++ PKGBUILD 2022-03-21 00:21:18 UTC (rev 1166406) @@ -3,7 +3,7 @@ _hkgname=butcher pkgname=haskell-butcher pkgver=1.3.3.2 -pkgrel=176 +pkgrel=177 pkgdesc="Chops a command or program invocation into digestable pieces." url="https://github.com/lspitzner/butcher/" license=("BSD") @@ -24,7 +24,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
