[arch-commits] Commit in haskell-libxml-sax/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 15 17:23:44 UTC 2017
Date: Thursday, June 15, 2017 @ 17:23:44
Author: felixonmars
Revision: 237299
upgpkg: haskell-libxml-sax 0.7.5-7
rebuild with ghc,8.0.2
Modified:
haskell-libxml-sax/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-15 17:22:21 UTC (rev 237298)
+++ PKGBUILD 2017-06-15 17:23:44 UTC (rev 237299)
@@ -5,12 +5,12 @@
_hkgname=libxml-sax
pkgname=haskell-libxml-sax
pkgver=0.7.5
-pkgrel=6
+pkgrel=7
pkgdesc="Bindings for the libXML2 SAX interface"
url="https://john-millikin.com/software/haskell-libxml/"
license=("MIT")
arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-text" "haskell-xml-types" "libxml2")
+depends=("ghc" "haskell-text" "haskell-xml-types" "libxml2")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('99141784cc0d6c5749f0df618b2d46922391eede09f4f9ccfc36fb58a9c16d51')
@@ -17,7 +17,7 @@
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
- runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
--libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
@@ -38,4 +38,7 @@
runhaskell Setup copy --destdir="${pkgdir}"
install -D -m644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+
+ # Remove static libs
+ find "$pkgdir"/usr/lib -name "*.a" -delete
}
More information about the arch-commits
mailing list