[arch-commits] Commit in haskell-leancheck/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Aug 23 18:07:06 UTC 2022
Date: Tuesday, August 23, 2022 @ 18:07:05
Author: felixonmars
Revision: 1275750
upgpkg: haskell-leancheck 0.9.12-1: rebuild with leancheck 0.9.12
Modified:
haskell-leancheck/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-23 18:05:58 UTC (rev 1275749)
+++ PKGBUILD 2022-08-23 18:07:05 UTC (rev 1275750)
@@ -2,8 +2,8 @@
_hkgname=leancheck
pkgname=haskell-leancheck
-pkgver=0.9.10
-pkgrel=3
+pkgver=0.9.12
+pkgrel=1
pkgdesc="Enumerative property-based testing"
url="https://github.com/rudymatela/leancheck"
license=('BSD')
@@ -11,13 +11,13 @@
depends=('ghc-libs')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4b27366fd0128332988db1cf31fbe6654110235de45e56d8f0e2bc483567b8e6bdbd33e021d47989df20100f3eb431fa6cf82c957a541ca3cf7b9bf1de72dbbe')
+sha512sums=('81248ab0cde394eee04879f9809d26386a8e90449224d37264206925bd71c0219617d5bed6681ff7361e5114129a814afe6549f5b4246d08733e8a407f8addd7')
build() {
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list