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

Felix Yan felixonmars at archlinux.org
Fri Mar 9 07:24:27 UTC 2018


    Date: Friday, March 9, 2018 @ 07:24:26
  Author: felixonmars
Revision: 305009

upgpkg: haskell-zlib 0.6.2-1

rebuild with zlib,0.6.2

Modified:
  haskell-zlib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-09 07:22:55 UTC (rev 305008)
+++ PKGBUILD	2018-03-09 07:24:26 UTC (rev 305009)
@@ -3,8 +3,8 @@
 # Maintainer: Colin Woodbury <colingw at gmail.com>
 
 pkgname=haskell-zlib
-pkgver=0.6.1.2
-pkgrel=5
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="https://hackage.haskell.org/package/zlib"
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'zlib')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-sha512sums=('0034eb1297eaf20ab64e5cbfc835cee1985d34bc248325bf57f7bf5cdf2918ab72f339fe5b8b3f5f16dee862f190e0c71612960b9021cf2ca70c951788b73fc1')
+sha512sums=('b899bcc2b015f83d0327915a1d48a76faeea086ed3fefd2b7a10db417d9929afbca2bc5b127bec22e360181abef55a91374d83262b10bbac43ccb99e3b4759e3')
 
 build() {
     cd "$srcdir"/zlib-${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 \
-            -f-use-bytestring-builder -f-non-blocking-ffi
+            -f-use-bytestring-builder -f-non-blocking-ffi -fpkg-config
     runhaskell Setup build
     runhaskell Setup register   --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list