[arch-commits] Commit in haskell-x11/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Sep 24 08:40:58 UTC 2017


    Date: Sunday, September 24, 2017 @ 08:40:56
  Author: felixonmars
Revision: 260390

upgpkg: haskell-x11 1.8-5

Modified:
  haskell-x11/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-24 08:40:53 UTC (rev 260389)
+++ PKGBUILD	2017-09-24 08:40:56 UTC (rev 260390)
@@ -6,7 +6,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(i686 x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"
@@ -15,12 +15,12 @@
 conflicts=(haskell-x11-extras)
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('97f24170b74395ba926fdfa6d40dd3d2')
+sha512sums=('bb647bcc7504b3e4267d6a8a6ec73766fe62d7f5b3966bfa037742849c4a1128ea22608dd8353a6035aedc2046c53fae65c8b54f2933a4b896297159f5c2e59c')
 
 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
 }



More information about the arch-commits mailing list