[arch-commits] Commit in haskell-hxt-unicode/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 07:35:28 UTC 2017
Date: Friday, September 22, 2017 @ 07:35:18
Author: felixonmars
Revision: 259459
upgpkg: haskell-hxt-unicode 9.0.2.4-4
Modified:
haskell-hxt-unicode/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 07:34:50 UTC (rev 259458)
+++ PKGBUILD 2017-09-22 07:35:18 UTC (rev 259459)
@@ -4,7 +4,7 @@
_hkgname=hxt-unicode
pkgname=haskell-hxt-unicode
pkgver=9.0.2.4
-pkgrel=3
+pkgrel=4
pkgdesc="Unicode en-/decoding functions for utf8, iso-latin-* and other encodings"
url="http://www.fh-wedel.de/~si/HXmlToolbox/index.html"
license=('MIT')
@@ -12,12 +12,12 @@
depends=('ghc-libs' 'haskell-hxt-charproperties')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('e4f61cef60736dca5778641e791f66c8')
+sha512sums=('4daab9c754e05e15bb0f32bce4ccc0c581c6d8dd4ca4d4868ca7b756a6e40cc9ae8890fc3c925b63bb419db0354229ca6e61fa96bec048f0c61b3ebb43d212bb')
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
@@ -35,7 +35,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