Date: Saturday, November 6, 2021 @ 23:23:13 Author: felixonmars Revision: 1037917
upgpkg: haskell-murmur-hash 0.1.0.10-1: rebuild with murmur-hash 0.1.0.10 Modified: haskell-murmur-hash/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-06 23:21:38 UTC (rev 1037916) +++ PKGBUILD 2021-11-06 23:23:13 UTC (rev 1037917) @@ -3,8 +3,8 @@ _hkgname=murmur-hash pkgname=haskell-murmur-hash -pkgver=0.1.0.9 -pkgrel=22 +pkgver=0.1.0.10 +pkgrel=1 pkgdesc="MurmurHash2 implementation for Haskell." url="https://github.com/nominolo/murmur-hash" license=('BSD') @@ -12,7 +12,7 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('7ec34346d6361de9e9d716d98f207534807faea97c683212e5ab037d2e16f007845eb265dba0e232617a80acc7e37f4238d4424883b975d04057ade595788486') +sha512sums=('d6d28fcd738de98ce4fb6c7e997b32bb15eef9efe53642cefffd2cfeccd1b56f634adbcadeec9fb94c69d1df9e675f7daf368c62806ef819dc242df947ddf70b') build() { cd $_hkgname-$pkgver @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
