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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:44:17 UTC 2017


    Date: Friday, September 22, 2017 @ 16:44:16
  Author: felixonmars
Revision: 259636

upgpkg: haskell-xcffib 0.5.1-43

Modified:
  haskell-xcffib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:42:56 UTC (rev 259635)
+++ PKGBUILD	2017-09-22 16:44:16 UTC (rev 259636)
@@ -4,9 +4,9 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.5.1
-pkgrel=42
+pkgrel=43
 pkgdesc="A cffi-based python binding for X"
-url="http://github.com/tych0/xcffib"
+url="https://github.com/tych0/xcffib"
 license=('Apache')
 arch=('i686' 'x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 'haskell-language-python'
@@ -14,12 +14,12 @@
          'haskell-xcb-types')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('c4d954462b3636cbd7e61809250e74fb')
+sha512sums=('d182c203653eeaf2cca2cd27fef585b1882524f4daf1b9fe5c4e5d1123757294418e67ae56256edcafef4e052770e6726a19062e12cfd9ab56a4549f771078d0')
 
 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
@@ -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
 }



More information about the arch-commits mailing list