Date: Saturday, September 23, 2017 @ 17:03:35 Author: felixonmars Revision: 260194
upgpkg: haskell-crypto-pubkey-types 0.4.3-22 Modified: haskell-crypto-pubkey-types/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:03:07 UTC (rev 260193) +++ PKGBUILD 2017-09-23 17:03:35 UTC (rev 260194) @@ -5,20 +5,20 @@ _hkgname=crypto-pubkey-types pkgname=haskell-crypto-pubkey-types pkgver=0.4.3 -pkgrel=21 +pkgrel=22 pkgdesc="Generic cryptography Public keys algorithm types" -url="http://github.com/vincenthz/hs-crypto-pubkey-types" +url="https://github.com/vincenthz/hs-crypto-pubkey-types" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc-libs' 'haskell-asn1-encoding' 'haskell-asn1-types') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('704ffbf1a6fc5989f193ad9ee3293a9b') +sha512sums=('08e6b74ded0decaaf87b4b9ec15af2e8bbeb7095701b5e2062b570af1ecb3d25eb706d6bd91795acfaaf7d09d0e9040359736a0a06a1bc593ef0d8aaf3e374d6') 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 @@ -36,7 +36,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 }
