Date: Saturday, September 23, 2017 @ 15:23:20 Author: felixonmars Revision: 260014
upgpkg: haskell-wai-logger 2.3.0-20 Modified: haskell-wai-logger/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 15:23:05 UTC (rev 260013) +++ PKGBUILD 2017-09-23 15:23:20 UTC (rev 260014) @@ -5,7 +5,7 @@ _hkgname=wai-logger pkgname=haskell-wai-logger pkgver=2.3.0 -pkgrel=19 +pkgrel=20 pkgdesc="A logging system for WAI" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -15,12 +15,12 @@ "haskell-wai") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('90cd993c657e72a0480a988220b288aeb2561efa53d2c8f819197b6de3060bf0') +sha512sums=('006d907f4bbbed45f3083ae61aa9a1348e7aac8da84b864a877a70e8e1e11729b9f4153df9e282cda3eb24c5cfcda59d0d7f0149bc9dbb79653a0b6e7ffe752f') 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 @@ -38,7 +38,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 }