[arch-commits] Commit in haskell-regex-base/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Nov 28 17:02:32 UTC 2021
Date: Sunday, November 28, 2021 @ 17:02:31
Author: felixonmars
Revision: 1055184
upgpkg: haskell-regex-base 0.94.0.2-1: rebuild with regex-base 0.94.0.2
Modified:
haskell-regex-base/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-28 13:52:32 UTC (rev 1055183)
+++ PKGBUILD 2021-11-28 17:02:31 UTC (rev 1055184)
@@ -4,8 +4,8 @@
_hkgname=regex-base
pkgname=haskell-regex-base
-pkgver=0.94.0.1
-pkgrel=3
+pkgver=0.94.0.2
+pkgrel=1
pkgdesc='Common "Text.Regex.*" API for Regex matching'
url='https://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
license=('BSD')
@@ -13,7 +13,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('2a1f088532c4488e4dea417222b8723436fbffcf8a8a3596d66c5fd4941250e97c0271c23025244ef3f4ba5295cff82ad8b49a6776d9410210efa7f199bc8b7e')
+sha512sums=('cef8177c35b98f31a12044033dca95b767df593c6830d253cee6e31677c99a5cebf67d6e64f24ec9ba736e36256e9da3bfbe66e2ac8450582d36a4c5cad25c88')
build() {
cd $_hkgname-$pkgver
@@ -20,7 +20,7 @@
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
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
More information about the arch-commits
mailing list