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

Felix Yan fyan at archlinux.org
Sat Jan 16 04:28:00 UTC 2016


    Date: Saturday, January 16, 2016 @ 05:28:00
  Author: fyan
Revision: 156854

upgpkg: haskell-entropy 0.3.7-1

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-16 04:25:10 UTC (rev 156853)
+++ PKGBUILD	2016-01-16 04:28:00 UTC (rev 156854)
@@ -3,22 +3,21 @@
 # Maintainer: Daniel Nagy <danielnagy at gmx de>
 
 pkgname=haskell-entropy
-pkgver=0.3.6
-pkgrel=4
+pkgver=0.3.7
+pkgrel=1
 pkgdesc="A platform independent method to obtain cryptographically strong entropy"
 url="http://hackage.haskell.org/package/entropy"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-makedepends=()
 depends=('ghc')
-options=('strip' 'staticlibs')
+options=('staticlibs')
 install=${pkgname}.install
 source=(http://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-md5sums=('690b98c330ae8da7bf62f350a16f251a')
+md5sums=('2ac059eebfb0d2368df1b825207055c2')
 
 build() {
     cd ${srcdir}/entropy-${pkgver}
-    runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
+    runhaskell Setup configure -O --enable-library-profiling --enable-split-objs --enable-shared \
        --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock



More information about the arch-commits mailing list