[arch-commits] Commit in haskell-regex-posix/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 06:56:30 UTC 2017
Date: Friday, September 22, 2017 @ 06:56:30
Author: felixonmars
Revision: 259370
upgpkg: haskell-regex-posix 0.95.2-18
Modified:
haskell-regex-posix/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 06:56:17 UTC (rev 259369)
+++ PKGBUILD 2017-09-22 06:56:30 UTC (rev 259370)
@@ -6,7 +6,7 @@
_hkgname=regex-posix
pkgname=haskell-regex-posix
pkgver=0.95.2
-pkgrel=17
+pkgrel=18
pkgdesc='The posix regex backend for regex-base'
url="https://hackage.haskell.org/package/$_hkgname"
license=('custom:BSD3')
@@ -14,12 +14,12 @@
depends=('ghc-libs' 'haskell-regex-base')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
+sha512sums=('2d22951f0302de144483d2c11d0711dc2cbd2fc6a0eac0126011eaa6f577837ae8c2a9516badb4beed6c18311241458dd6ad9f82a11d6f3763891880ebbc8c41')
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
@@ -37,7 +37,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