Date: Friday, September 22, 2017 @ 17:37:59 Author: felixonmars Revision: 259664
upgpkg: haskell-cryptohash-conduit 0.1.1-104 Modified: haskell-cryptohash-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-22 17:37:47 UTC (rev 259663) +++ PKGBUILD 2017-09-22 17:37:59 UTC (rev 259664) @@ -5,9 +5,9 @@ _hkgname=cryptohash-conduit pkgname=haskell-cryptohash-conduit pkgver=0.1.1 -pkgrel=103 +pkgrel=104 pkgdesc="cryptohash conduit" -url="http://github.com/vincenthz/hs-cryptohash-conduit" +url="https://github.com/vincenthz/hs-cryptohash-conduit" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash" @@ -14,12 +14,12 @@ "haskell-resourcet") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb1222233dbfe84a84bb0ded4b4ce') +sha512sums=('6382a05b35bae34b53fd1ad6d897c25ca149ed852360c8f775587efcd3c29e45ff854f96ddbc9b446e04a4dd5698b1f5e2af754345f7d5af8f587b73b57fdec0') build() { cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build @@ -37,7 +37,4 @@ runhaskell Setup copy --destdir="${pkgdir}" install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" - - # Remove static libs - find "$pkgdir"/usr/lib -name "*.a" -delete }
