Date: Monday, July 10, 2017 @ 05:34:05 Author: felixonmars Revision: 243513
upgpkg: haskell-cipher-aes 0.2.11-18 rebuild with foundation,0.0.13 Modified: haskell-cipher-aes/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-10 05:32:46 UTC (rev 243512) +++ PKGBUILD 2017-07-10 05:34:05 UTC (rev 243513) @@ -5,7 +5,7 @@ _hkgname=cipher-aes pkgname=haskell-cipher-aes pkgver=0.2.11 -pkgrel=17 +pkgrel=18 pkgdesc="Fast AES cipher implementation with advanced mode of operations" url="https://github.com/vincenthz/hs-cipher-aes" license=("custom:BSD3") @@ -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 \ -fsupport_aesni runhaskell Setup build runhaskell Setup haddock --hoogle --html
