Date: Tuesday, January 4, 2022 @ 12:51:17 Author: felixonmars Revision: 1092897
upgpkg: haskell-cryptohash-sha1 0.11.101.0-1: rebuild with cryptohash-sha1 0.11.101.0 Modified: haskell-cryptohash-sha1/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-04 12:27:19 UTC (rev 1092896) +++ PKGBUILD 2022-01-04 12:51:17 UTC (rev 1092897) @@ -2,27 +2,24 @@ _hkgname=cryptohash-sha1 pkgname=haskell-cryptohash-sha1 -pkgver=0.11.100.1 -pkgrel=22 +pkgver=0.11.101.0 +pkgrel=1 pkgdesc="Fast, pure and practical SHA-1 implementation" url="https://github.com/hvr/cryptohash-sha1" license=("BSD") arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc') +makedepends=('ghc' 'haskell-sha' 'haskell-base16-bytestring' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e3528c70501ffaf4649adc0fe120a0b333329761fa66505083269afa67828c16695fd91567035adef0b77915df47a6bcc99d2d90f0ecb26eda583829261cb1bc') +sha512sums=('4384fc2f63750400561b5dbea0a343510306d755131121346d6a52cb9420cb12fc7d20247f044beb0ea55ae254ce666edc982d76e999c0762894f405e9b6441e') -prepare() { - sed -i 's/base >= 4.5 && < 4.10/base >= 4.5/' $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver 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 + --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --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 @@ -30,6 +27,11 @@ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } +check() { + cd $_hkgname-$pkgver + runhaskell Setup test --show-details=direct +} + package() { cd $_hkgname-$pkgver
