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

Felix Yan felixonmars at archlinux.org
Wed Jun 24 07:57:54 UTC 2020


    Date: Wednesday, June 24, 2020 @ 07:57:36
  Author: felixonmars
Revision: 652000

upgpkg: haskell-quickcheck-instances 0.3.23-4: rebuild with splitmix 0.1

Modified:
  haskell-quickcheck-instances/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-24 07:57:17 UTC (rev 651999)
+++ PKGBUILD	2020-06-24 07:57:36 UTC (rev 652000)
@@ -4,7 +4,7 @@
 _hkgname=quickcheck-instances
 pkgname=haskell-quickcheck-instances
 pkgver=0.3.23
-pkgrel=3
+pkgrel=4
 pkgdesc="Common quickcheck instances"
 url="https://github.com/phadej/qc-instances"
 license=("BSD")
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('b5344f32ed3c05cefcc6aea3850b9ab249025b3a473f65e6442f33ab1d6290547f068096406d842031ff6c3dfbeec68b28eacf17d2613a0888c9141bccf5514b')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.1/<0.2/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list