Date: Tuesday, June 20, 2017 @ 08:34:26 Author: felixonmars Revision: 238876
upgpkg: haskell-crypto-cipher-types 0.0.9-17 rebuild with foundation,0.0.12 Modified: haskell-crypto-cipher-types/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 08:33:12 UTC (rev 238875) +++ PKGBUILD 2017-06-20 08:34:26 UTC (rev 238876) @@ -5,12 +5,12 @@ _hkgname=crypto-cipher-types pkgname=haskell-crypto-cipher-types pkgver=0.0.9 -pkgrel=16 +pkgrel=17 pkgdesc="Generic cryptography cipher types" url="http://github.com/vincenthz/hs-crypto-cipher" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-byteable" "haskell-securemem") +depends=('ghc' "haskell-byteable" "haskell-securemem") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('2073f6b70df7916aebe2da49d224497183662d56d19da87b76f70039430c0a0f') @@ -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
