[arch-commits] Commit in haskell-quickcheck/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 31 18:52:00 UTC 2020


    Date: Friday, July 31, 2020 @ 18:51:59
  Author: felixonmars
Revision: 666305

upgpkg: haskell-quickcheck 2.14.1-1: rebuild with QuickCheck 2.14.1

Modified:
  haskell-quickcheck/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-31 18:49:42 UTC (rev 666304)
+++ PKGBUILD	2020-07-31 18:51:59 UTC (rev 666305)
@@ -4,8 +4,8 @@
 
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
-pkgver=2.14
-pkgrel=12
+pkgver=2.14.1
+pkgrel=1
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('BSD')
@@ -12,16 +12,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz"
-        $_hkgname-splitmix-0.1.patch::https://github.com/nick8325/quickcheck/pull/299.patch)
-sha512sums=('400ec89b1852f2825eb1c6aadec9a3c5f8b284f12a6701277a6940bd7bf4560e635cea86eb6134e39be7c20b3afaa7c76e604c53249e7030bc47ee14099e6180'
-            'da77839ccb3a198e72f0ed2a26824de75ca0aba021f6034d29387f5ed782a4df183118750407b7048c3f79db9e8275210002c6e4f1d4a9cf23a66f30fecd8fb5')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha512sums=('3ee37e7d194ee9c65ede40e698124270bdd135f2503227118a8854d94cebf8905011f91a12df3cc7a7eb53f8665af9b8d65e04c4ca68881adf557b860b91080b')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  patch -p1 -i ../$_hkgname-splitmix-0.1.patch || :
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list