Date: Monday, March 21, 2022 @ 02:39:19 Author: felixonmars Revision: 1166549
upgpkg: haskell-hopenpgp 2.9.7-34: rebuil with memory 0.17.0 Modified: haskell-hopenpgp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 02:37:15 UTC (rev 1166548) +++ PKGBUILD 2022-03-21 02:39:19 UTC (rev 1166549) @@ -3,7 +3,7 @@ _hkgname=hOpenPGP pkgname=haskell-hopenpgp pkgver=2.9.7 -pkgrel=33 +pkgrel=34 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" url="http://floss.scru.org/hOpenPGP/" license=('MIT') @@ -26,7 +26,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 \ -fnetwork-uri runhaskell Setup build $MAKEFLAGS
