[arch-commits] Commit in haskell-uuid/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 06:00:41 UTC 2017
Date: Saturday, September 23, 2017 @ 06:00:40
Author: felixonmars
Revision: 259882
upgpkg: haskell-uuid 1.3.13-9
Modified:
haskell-uuid/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 06:00:30 UTC (rev 259881)
+++ PKGBUILD 2017-09-23 06:00:40 UTC (rev 259882)
@@ -5,7 +5,7 @@
_hkgname=uuid
pkgname=haskell-uuid
pkgver=1.3.13
-pkgrel=8
+pkgrel=9
pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers"
url="https://github.com/aslatter/uuid"
license=("custom:BSD3")
@@ -14,7 +14,7 @@
"haskell-network-info" "haskell-random" "haskell-text" "haskell-uuid-types")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027')
+sha512sums=('e888e6350a32c6496b0b57384797925c78ab1c4dc674d296972981fa81338b4705d21a96960a63771aa5b9a785efd507ecaad195767dba7847fcab5ca7f3f923')
prepare() {
sed -i 's/time >= 1.1 && < 1.8,/time >= 1.1,/' $_hkgname-$pkgver/$_hkgname.cabal
@@ -23,7 +23,7 @@
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
@@ -41,7 +41,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