[arch-commits] Commit in haskell-regex-applicative/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 31 06:48:09 UTC 2020
Date: Friday, July 31, 2020 @ 06:48:08
Author: felixonmars
Revision: 666040
upgpkg: haskell-regex-applicative 0.3.4-1: rebuild with regex-applicative 0.3.4
Modified:
haskell-regex-applicative/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 06:46:01 UTC (rev 666039)
+++ PKGBUILD 2020-07-31 06:48:08 UTC (rev 666040)
@@ -3,16 +3,16 @@
_hkgname=regex-applicative
pkgname=haskell-regex-applicative
-pkgver=0.3.3.1
-pkgrel=5
+pkgver=0.3.4
+pkgrel=1
pkgdesc="Regex-based parsing with applicative interface"
url="https://github.com/feuerbach/regex-applicative"
license=("MIT")
arch=('x86_64')
-depends=('ghc-libs')
+depends=('ghc-libs' 'haskell-filtrable')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6cef57ef228983b3662616221c6275ffa024bebee4dddf21041e9a8a4efc8b5e905bacdf31534078f9a34b3915a630e823bf0a910c27b11f8a961ee8f87cd9d3')
+sha512sums=('84f32da62b336c7e8bd67ebfffdf0f13f98a39434efa5dd32d389a5db1fdaaeece462ecec7bc5d3c5b49e82acd7c4c4b0d8a5c552bb275c16c254bd3f5336470')
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
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
More information about the arch-commits
mailing list