Date: Saturday, September 23, 2017 @ 17:30:36 Author: felixonmars Revision: 260252
upgpkg: haskell-gnuidn 0.2.2-8 Modified: haskell-gnuidn/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:30:21 UTC (rev 260251) +++ PKGBUILD 2017-09-23 17:30:36 UTC (rev 260252) @@ -5,7 +5,7 @@ _hkgname=gnuidn pkgname=haskell-gnuidn pkgver=0.2.2 -pkgrel=7 +pkgrel=8 pkgdesc="Bindings for GNU IDN" url="https://john-millikin.com/software/haskell-gnuidn/" license=("GPL3") @@ -13,12 +13,12 @@ depends=('ghc-libs' "libidn" "haskell-text") makedepends=('c2hs' 'ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('61346b1f764cead5633bdc83f7dc9836b1627f484984094cdffa95dfd365b96f') +sha512sums=('4ac894ba4cc4fb9fd90ccea55fda342cd0dadc863a091d31287b19117ec1e545a23b7fb69db02bbb8ee9eb84856acb51f3ab0d7778f4ca3da290dfcbc7ef27ac') 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 @@ -35,7 +35,4 @@ install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" runhaskell Setup copy --destdir="${pkgdir}" rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt" - - # Remove static libs - find "$pkgdir"/usr/lib -name "*.a" -delete }
