[arch-commits] Commit in haskell-cprng-aes/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 10 05:37:22 UTC 2017
Date: Monday, July 10, 2017 @ 05:37:21
Author: felixonmars
Revision: 243517
upgpkg: haskell-cprng-aes 0.6.1-20
rebuild with foundation,0.0.13
Modified:
haskell-cprng-aes/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-10 05:36:09 UTC (rev 243516)
+++ PKGBUILD 2017-07-10 05:37:21 UTC (rev 243517)
@@ -5,7 +5,7 @@
_hkgname=cprng-aes
pkgname=haskell-cprng-aes
pkgver=0.6.1
-pkgrel=19
+pkgrel=20
pkgdesc="Crypto Pseudo Random Number Generator using AES in counter mode."
url="http://github.com/vincenthz/hs-cprng-aes"
license=("custom:BSD3")
@@ -19,7 +19,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$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
More information about the arch-commits
mailing list