Date: Saturday, September 23, 2017 @ 17:13:26 Author: felixonmars Revision: 260218
upgpkg: haskell-void 0.7.2-4 Modified: haskell-void/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:13:13 UTC (rev 260217) +++ PKGBUILD 2017-09-23 17:13:26 UTC (rev 260218) @@ -5,9 +5,9 @@ _hkgname=void pkgname=haskell-void pkgver=0.7.2 -pkgrel=3 +pkgrel=4 pkgdesc="A Haskell 98 logically uninhabited data type" -url="http://github.com/ekmett/void" +url="https://github.com/ekmett/void" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-hashable" "haskell-semigroups") @@ -18,7 +18,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}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-safe @@ -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 }
