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

Felix Yan felixonmars at archlinux.org
Tue Oct 25 06:51:57 UTC 2016


    Date: Tuesday, October 25, 2016 @ 06:51:57
  Author: felixonmars
Revision: 193252

upgpkg: haskell-zlib 0.6.1.2-1

rebuild with resourcet-1.1.8, zlib-0.6.1.2, texmath-0.8.6.6, wai-extra-3.0.19, x509-store-1.6.2, x509-system-1.6.4, x509-validation-1.6.5

Modified:
  haskell-zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-25 06:40:59 UTC (rev 193251)
+++ PKGBUILD	2016-10-25 06:51:57 UTC (rev 193252)
@@ -3,8 +3,8 @@
 # Maintainer: Colin Woodbury <colingw at gmail.com>
 
 pkgname=haskell-zlib
-pkgver=0.6.1.1
-pkgrel=3
+pkgver=0.6.1.2
+pkgrel=1
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="http://hackage.haskell.org/package/zlib"
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 makedepends=()
 depends=('ghc' 'zlib')
 source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-md5sums=('d841c86562542a55dd086df69764ee17')
+md5sums=('909b3f6ece5884c084ee5c62719d75cd')
 
 build() {
     cd ${srcdir}/zlib-${pkgver}
@@ -19,7 +19,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-use-bytestring-builder
+            -f-use-bytestring-builder -f-non-blocking-ffi
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script



More information about the arch-commits mailing list