Date: Friday, August 12, 2022 @ 13:43:52 Author: felixonmars Revision: 1265327
upgpkg: haskell-gsasl 0.3.7-11: rebuild with gsasl 2.0.0 Modified: haskell-gsasl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-12 13:35:22 UTC (rev 1265326) +++ PKGBUILD 2022-08-12 13:43:52 UTC (rev 1265327) @@ -4,7 +4,7 @@ _hkgname=gsasl pkgname=haskell-gsasl pkgver=0.3.7 -pkgrel=10 +pkgrel=11 pkgdesc="Bindings for GNU libgsasl" url="https://git.sr.ht/~singpolyma/gsasl-haskell" license=("GPL3") @@ -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
