[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 21 19:23:34 UTC 2021


    Date: Sunday, February 21, 2021 @ 19:23:34
  Author: felixonmars
Revision: 867860

upgpkg: haskell-zlib 0.6.2.3-1: rebuild with zlib 0.6.2.3

Modified:
  haskell-zlib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-21 19:18:16 UTC (rev 867859)
+++ PKGBUILD	2021-02-21 19:23:34 UTC (rev 867860)
@@ -2,16 +2,17 @@
 # Maintainer: Colin Woodbury <colingw at gmail.com>
 
 pkgname=haskell-zlib
-pkgver=0.6.2.2
-pkgrel=5
+pkgver=0.6.2.3
+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')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+             'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-sha512sums=('3619b5c32e16a4fb9a68a9e6ea0beb9b14d06a4b5825811f429ee232a0ea13035335cd86c0301f8afcff126a473b86698fd310f9608e0e0ecb849714842be1ea')
+sha512sums=('535fc711af639967c032791c6a0c09680ac186c706e02a28cfabd9b2dcddc84a6ee5f6007e2ed67c1dc19dd6d561cb821d8840dba7386b63cc002418c4d5040a')
 
 build() {
     cd "$srcdir"/zlib-${pkgver}
@@ -18,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 \
-            -f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config -f-bundled-c-zlib
+            -f-non-blocking-ffi -fpkg-config -f-bundled-c-zlib
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register   --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list