Date: Saturday, September 23, 2017 @ 17:23:00 Author: felixonmars Revision: 260236
upgpkg: haskell-xcb-types 0.8.0-5 Modified: haskell-xcb-types/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:22:49 UTC (rev 260235) +++ PKGBUILD 2017-09-23 17:23:00 UTC (rev 260236) @@ -5,7 +5,7 @@ _hkgname=xcb-types pkgname=haskell-xcb-types pkgver=0.8.0 -pkgrel=4 +pkgrel=5 pkgdesc="Parses XML files used by the XCB project" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -13,12 +13,12 @@ depends=('ghc-libs' 'haskell-mtl' 'haskell-xml') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('6db5df1acf5c52cf18df0084ff325e665d37eba3eb8ca40ffc2b9a52b220d50b') +sha512sums=('d89513143dc863417b36c5181159954614d97f14a6386fb595900b964b2883ac7b29d3be7c211ecf81f2080969b1bf2e209c9f505d2e15700bf5d69fd4238592') 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 \ -fsplit-base @@ -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 }
