[arch-commits] Commit in haskell-hxt-regex-xmlschema/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 22 15:29:15 UTC 2017


    Date: Friday, September 22, 2017 @ 15:29:14
  Author: felixonmars
Revision: 259536

upgpkg: haskell-hxt-regex-xmlschema 9.2.0.3-5

Modified:
  haskell-hxt-regex-xmlschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 15:28:17 UTC (rev 259535)
+++ PKGBUILD	2017-09-22 15:29:14 UTC (rev 259536)
@@ -4,7 +4,7 @@
 _hkgname=hxt-regex-xmlschema
 pkgname=haskell-hxt-regex-xmlschema 
 pkgver=9.2.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A regular expression library for W3C XML Schema regular expressions"
 url="http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema"
 license=('MIT')
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'haskell-hxt-charproperties' 'haskell-parsec' 'haskell-text')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('7b875bedc63771bad57e42164387c4db')
+sha512sums=('707ad7a4b5c32785fd89131279dd89a871f134a26ce1f98fd4ac8fec196c8960c2d39d18674967379b40508748fca3a34b9289500173075c54c1d6726191bbd8')
 
 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 \
             -f-profile
@@ -36,7 +36,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