Date: Thursday, June 15, 2017 @ 06:51:54 Author: felixonmars Revision: 237105
upgpkg: haskell-hxt-regex-xmlschema 9.2.0.3-3 rebuild with ghc,8.0.2 Modified: haskell-hxt-regex-xmlschema/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-15 06:50:27 UTC (rev 237104) +++ PKGBUILD 2017-06-15 06:51:54 UTC (rev 237105) @@ -4,12 +4,12 @@ _hkgname=hxt-regex-xmlschema pkgname=haskell-hxt-regex-xmlschema pkgver=9.2.0.3 -pkgrel=2 +pkgrel=3 pkgdesc="A regular expression library for W3C XML Schema regular expressions" url="http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema" license=('MIT') arch=('i686' 'x86_64') -depends=('ghc=8.0.1' 'haskell-hxt-charproperties' 'haskell-parsec' 'haskell-text') +depends=('ghc' 'haskell-hxt-charproperties' 'haskell-parsec' 'haskell-text') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") md5sums=('7b875bedc63771bad57e42164387c4db') @@ -16,7 +16,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 \ -f-profile @@ -38,4 +38,7 @@ 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 }
