Date: Saturday, September 23, 2017 @ 06:24:27 Author: felixonmars Revision: 259913
upgpkg: haskell-text-latin1 0.3-8 Modified: haskell-text-latin1/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 06:19:19 UTC (rev 259912) +++ PKGBUILD 2017-09-23 06:24:27 UTC (rev 259913) @@ -4,7 +4,7 @@ _hkgname=text-latin1 pkgname=haskell-text-latin1 pkgver=0.3 -pkgrel=7 +pkgrel=8 pkgdesc="Latin-1 (including ASCII) utility functions" url="https://github.com/mvv/text-latin1" license=('custom:BSD3') @@ -13,12 +13,12 @@ 'haskell-text') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('0e55a0a9620d731bc76476a2f45a9ece') +sha512sums=('a8c321cde140b771c48227ca464ad676b27d8497852468746ecbe37df6f4a5cbd8e3219fae79525290bdc130dc7bc34ded9dad1ddcbe45ff0654dc0eb8f96cee') 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 }
