Date: Friday, September 22, 2017 @ 07:19:18 Author: felixonmars Revision: 259423
upgpkg: haskell-asn1-types 0.3.2-25 Modified: haskell-asn1-types/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-22 07:19:06 UTC (rev 259422) +++ PKGBUILD 2017-09-22 07:19:18 UTC (rev 259423) @@ -5,20 +5,20 @@ _hkgname=asn1-types pkgname=haskell-asn1-types pkgver=0.3.2 -pkgrel=24 +pkgrel=25 pkgdesc="ASN.1 types" -url="http://github.com/vincenthz/hs-asn1-types" +url="https://github.com/vincenthz/hs-asn1-types" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-hourglass" "haskell-memory") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217') +sha512sums=('d5eb4c9f4fc44ff06b4d0d4c6be4ad2b43e01478de6ca48d2a78bad69d828f1c48095ccb4542546357f8934141b4c96f156d954072b91f1695ef1536ddc50e08') 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 }
