Date: Friday, September 22, 2017 @ 19:21:55 Author: felixonmars Revision: 259785
upgpkg: haskell-wl-pprint-terminfo 3.7.1.4-18 Modified: haskell-wl-pprint-terminfo/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-22 19:21:36 UTC (rev 259784) +++ PKGBUILD 2017-09-22 19:21:55 UTC (rev 259785) @@ -4,15 +4,15 @@ _hkgname=wl-pprint-terminfo pkgname=haskell-wl-pprint-terminfo pkgver=3.7.1.4 -pkgrel=17 +pkgrel=18 pkgdesc="A color pretty printer with terminfo support" -url="http://github.com/ekmett/wl-pprint-terminfo/" +url="https://github.com/ekmett/wl-pprint-terminfo/" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc-libs' 'haskell-semigroups' 'haskell-wl-pprint-extras' 'haskell-text') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('df02e2b99aaa7273da33c5fd2956f12b') +sha512sums=('1f2a7bd195732fe297c49c50b59812190d5698efa7c2e9b2fbcfbbae71523c25dfcc2a0f098aebe22453cd867bc40480100c8231a6f43a7bd46202f3dcd924b3') prepare() { sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal @@ -21,7 +21,7 @@ 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}" --datasubdir="$pkgname" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fCursed @@ -40,7 +40,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 }
