[arch-commits] Commit in haskell-spdx/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 23 15:23:21 UTC 2020
Date: Saturday, May 23, 2020 @ 15:23:21
Author: felixonmars
Revision: 632062
upgpkg: haskell-spdx 1.0.0.2-5: rebuild with tasty 1.3.1
Modified:
haskell-spdx/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-23 15:22:40 UTC (rev 632061)
+++ PKGBUILD 2020-05-23 15:23:21 UTC (rev 632062)
@@ -4,7 +4,7 @@
_hkgname=spdx
pkgname=haskell-spdx
pkgver=1.0.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="SPDX license expression language, Extras"
url="https://github.com/phadej/spdx"
license=("BSD")
@@ -25,7 +25,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--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