Date: Saturday, October 10, 2015 @ 11:11:44
  Author: fyan
Revision: 143556

upgpkg: haskell-zlib 0.6.1.1-1

- enable profiling libraries

Modified:
  haskell-zlib/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-10-10 08:48:26 UTC (rev 143555)
+++ PKGBUILD    2015-10-10 09:11:44 UTC (rev 143556)
@@ -3,8 +3,8 @@
 # Maintainer: Colin Woodbury <coli...@gmail.com>
 
 pkgname=haskell-zlib
-pkgver=0.5.4.2
-pkgrel=3
+pkgver=0.6.1.1
+pkgrel=1
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="http://hackage.haskell.org/package/zlib";
 license=('custom:BSD3')
@@ -14,12 +14,14 @@
 options=('strip' 'staticlibs')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/zlib/${pkgver}/zlib-${pkgver}.tar.gz)
-md5sums=('79f01f01f859b0ef68d5787756d181c1')
+md5sums=('d841c86562542a55dd086df69764ee17')
 
 build() {
     cd ${srcdir}/zlib-${pkgver}
-    runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-       --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+    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
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script

Reply via email to