Date: Saturday, September 23, 2017 @ 17:23:53 Author: felixonmars Revision: 260238
upgpkg: haskell-glib 0.13.4.1-5 Modified: haskell-glib/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:23:40 UTC (rev 260237) +++ PKGBUILD 2017-09-23 17:23:53 UTC (rev 260238) @@ -3,7 +3,7 @@ pkgname=haskell-glib pkgver=0.13.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="Binding to the GLIB library for Gtk2Hs." url="https://hackage.haskell.org/package/glib" license=('LGPL2.1') @@ -15,12 +15,12 @@ replaces=('gtk2hs-glib') conflicts=('gtk2hs-glib') source=(https://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz) -sha256sums=('f57202ed4094cc50caa8b390c8b78a1620b3c43b913edb1e5bda0f3c5be32630') +sha512sums=('537f70688e398b8c68727b8260080790569e7f1b87633912a1438c5b1ed590221ac633168a83e7bc49728292ae53f8eaaf268d78c0be0df81527c5a3ce810869') build() { cd "${srcdir}/glib-${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 @@ install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" runhaskell Setup copy --destdir="${pkgdir}" - - # Remove static libs - find "$pkgdir"/usr/lib -name "*.a" -delete }
