Date: Tuesday, May 10, 2022 @ 12:46:26 Author: felixonmars Revision: 1197783
upgpkg: haskell-zlib 0.6.3.0-1: rebuild with zlib 0.6.3.0 Modified: haskell-zlib/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-10 12:42:58 UTC (rev 1197782) +++ PKGBUILD 2022-05-10 12:46:26 UTC (rev 1197783) @@ -2,18 +2,22 @@ # Maintainer: Colin Woodbury <[email protected]> pkgname=haskell-zlib -pkgver=0.6.2.3 -pkgrel=74 +pkgver=0.6.3.0 +pkgrel=1 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'zlib') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz) -sha512sums=('535fc711af639967c032791c6a0c09680ac186c706e02a28cfabd9b2dcddc84a6ee5f6007e2ed67c1dc19dd6d561cb821d8840dba7386b63cc002418c4d5040a') +sha512sums=('95daae13c5d5458fd7c610ce4cc686dc7af477364c4dcf3d31abede84f6e4b4e70ea255f7ded586d46d9bb6298d19c93b8856eec16c6002265ed076e52bf9a21') +prepare() { + cd zlib-$pkgver + gen-setup +} + build() { cd zlib-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
