[arch-commits] Commit in haskell-quickcheck/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 6 15:10:35 UTC 2017
Date: Friday, October 6, 2017 @ 15:10:34
Author: felixonmars
Revision: 261933
upgpkg: haskell-quickcheck 2.10.1-1
rebuild with QuickCheck,2.10.1
Modified:
haskell-quickcheck/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-06 14:04:22 UTC (rev 261932)
+++ PKGBUILD 2017-10-06 15:10:34 UTC (rev 261933)
@@ -5,8 +5,8 @@
_hkgname=QuickCheck
pkgname=haskell-quickcheck
-pkgver=2.10.0.1
-pkgrel=3
+pkgver=2.10.1
+pkgrel=1
pkgdesc='Automatic testing of Haskell programs'
url='https://hackage.haskell.org/package/QuickCheck'
license=('custom:BSD3')
@@ -14,7 +14,7 @@
depends=('ghc-libs' 'haskell-random' 'haskell-tf-random')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('513e55190f3ecba5d38c465c517ff7b8aafea0e1a307a81736be7ea841a326547db4348d73c196e6413f57961809a51b2ce8e44819287836b8a90007cd239fdc')
+sha512sums=('f7399ff66549e4909cca8ef70797f77af6ca6df53604bec4b08780569b9e6f7340a241f797b44fe1b9af4e5e78b5569072779db0f88b366b49acf1e37656d7c1')
build() {
cd "$srcdir/$_hkgname-$pkgver"
More information about the arch-commits
mailing list