[arch-commits] Commit in haskell-simple-smt/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 15 08:29:03 UTC 2020
Date: Wednesday, July 15, 2020 @ 08:29:02
Author: felixonmars
Revision: 663839
upgpkg: haskell-simple-smt 0.9.5-1: rebuild with simple-smt 0.9.5
Modified:
haskell-simple-smt/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-15 08:28:06 UTC (rev 663838)
+++ PKGBUILD 2020-07-15 08:29:02 UTC (rev 663839)
@@ -3,8 +3,8 @@
_hkgname=simple-smt
pkgname=haskell-simple-smt
-pkgver=0.9.4
-pkgrel=7
+pkgver=0.9.5
+pkgrel=1
pkgdesc="A simple way to interact with an SMT solver process"
url="https://github.com/yav/simple-smt"
license=("BSD")
@@ -12,7 +12,7 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('30cc465af495f8b7550f607909330745c6272c58e8dbc157687b777eba541250f5bdce237e83a6c4971653791dabfcce11c3f9b0d1ce6354781c6c53cf93429c')
+sha512sums=('d96e2e7b9aa650ee38c9f6d630db79b290e582e8fccfc4ffa3b85a5012b1f2377be2170c859c77ee78d4899280949010828c5e90ef00ed18725eaaaf0474203e')
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