Date: Saturday, June 24, 2017 @ 15:08:53
  Author: felixonmars
Revision: 240795

upgpkg: haskell-nonce 1.0.4-3

rebuild with entropy,0.3.8

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-24 15:07:04 UTC (rev 240794)
+++ PKGBUILD    2017-06-24 15:08:53 UTC (rev 240795)
@@ -5,12 +5,12 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-base64-bytestring" "haskell-entropy" "haskell-text")
+depends=('ghc' "haskell-base64-bytestring" "haskell-entropy" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('ced3029562b6a4716bd93bbe552cb64007c0e96c9c2f16098e1feeafef0598d704970ae155cd630699e2cb7168cdadf2a7e707e8a7c2798e01bcceb23c0ef4b6')
 
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script

Reply via email to