[arch-commits] Commit in haskell-cprng-aes/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 20 08:39:50 UTC 2017
Date: Tuesday, June 20, 2017 @ 08:39:50
Author: felixonmars
Revision: 238882
upgpkg: haskell-cprng-aes 0.6.1-19
rebuild with foundation,0.0.12
Modified:
haskell-cprng-aes/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-20 08:38:36 UTC (rev 238881)
+++ PKGBUILD 2017-06-20 08:39:50 UTC (rev 238882)
@@ -5,12 +5,12 @@
_hkgname=cprng-aes
pkgname=haskell-cprng-aes
pkgver=0.6.1
-pkgrel=18
+pkgrel=19
pkgdesc="Crypto Pseudo Random Number Generator using AES in counter mode."
url="http://github.com/vincenthz/hs-cprng-aes"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-byteable" "haskell-cipher-aes" "haskell-crypto-random")
+depends=('ghc' "haskell-byteable" "haskell-cipher-aes" "haskell-crypto-random")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('64592a01de8c6683c5e29f538dceee918887ffe211d87214a2e38559d72c21f3')
@@ -18,7 +18,7 @@
cd "${srcdir}/${_hkgname}-${pkgver}"
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
- --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
--libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
More information about the arch-commits
mailing list