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

Felix Yan felixonmars at archlinux.org
Mon Aug 3 20:04:04 UTC 2020


    Date: Monday, August 3, 2020 @ 20:04:03
  Author: felixonmars
Revision: 668457

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

Modified:
  haskell-zlib/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-03 20:03:15 UTC (rev 668456)
+++ PKGBUILD	2020-08-03 20:04:03 UTC (rev 668457)
@@ -2,8 +2,8 @@
 # Maintainer: Colin Woodbury <colingw at gmail.com>
 
 pkgname=haskell-zlib
-pkgver=0.6.2.1
-pkgrel=5
+pkgver=0.6.2.2
+pkgrel=1
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="https://hackage.haskell.org/package/zlib"
 license=('BSD')
@@ -11,20 +11,15 @@
 depends=('ghc-libs' 'zlib')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-sha512sums=('cee7942a86afbd08f03c19abd88154cc866a3ccc52342264d4d5b28a71643adf30bf03ba939d6a98b7c065752f9ec326729fc38cfe72b66998551c89186048c5')
+sha512sums=('3619b5c32e16a4fb9a68a9e6ea0beb9b14d06a4b5825811f429ee232a0ea13035335cd86c0301f8afcff126a473b86698fd310f9608e0e0ecb849714842be1ea')
 
-prepare() {
-    cd zlib-$pkgver
-    sed -i 's/< *4.14/<5/' zlib.cabal
-}
-
 build() {
     cd "$srcdir"/zlib-${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 \
-            -f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config
-    runhaskell Setup build
+            -f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config -f-bundled-c-zlib
+    runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register   --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh



More information about the arch-commits mailing list