Date: Saturday, September 23, 2017 @ 16:06:04 Author: felixonmars Revision: 260078
upgpkg: haskell-mountpoints 1.0.2-5 Modified: haskell-mountpoints/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 16:05:54 UTC (rev 260077) +++ PKGBUILD 2017-09-23 16:06:04 UTC (rev 260078) @@ -5,7 +5,7 @@ _hkgname=mountpoints pkgname=haskell-mountpoints pkgver=1.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Lists currently mounted filesystems." url="https://hackage.haskell.org/package/mountpoints" license=("LGPL") @@ -13,12 +13,12 @@ depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('67fcdf64fdb8111f58939c64b168a9dfa519d7068e0f439887d739866f18d5c2') +sha512sums=('763b58944ef4422641d4ce92d7a61c79fa95cdae9795e48db194ce10df622a3e079670099daa35f7bb51d4d10ee54ccc411105eb918bab2327d54571d9bd9060') 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 }