Date: Saturday, June 24, 2017 @ 14:34:11 Author: felixonmars Revision: 240777
upgpkg: haskell-skein 1.0.9.4-10 rebuild with entropy,0.3.8 Modified: haskell-skein/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-24 14:32:25 UTC (rev 240776) +++ PKGBUILD 2017-06-24 14:34:11 UTC (rev 240777) @@ -5,12 +5,12 @@ _hkgname=skein pkgname=haskell-skein pkgver=1.0.9.4 -pkgrel=9 +pkgrel=10 pkgdesc="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well." url="https://github.com/meteficha/skein" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-cereal" "haskell-crypto-api" "haskell-tagged") +depends=('ghc' "haskell-cereal" "haskell-crypto-api" "haskell-tagged") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('f882ca0cc5ed336ef898fb3c89579e392900259296b2320edf968b9fc16cb8c9') @@ -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 \ -f-big-endian -f-force-endianness -f-reference runhaskell Setup build runhaskell Setup haddock --hoogle --html
