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

Felix Yan felixonmars at archlinux.org
Tue Mar 31 21:58:29 UTC 2020


    Date: Tuesday, March 31, 2020 @ 21:58:27
  Author: felixonmars
Revision: 608403

upgpkg: haskell-data-clist 0.1.2.3-23: rebuild with QuickCheck 2.14

Modified:
  haskell-data-clist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-31 21:53:10 UTC (rev 608402)
+++ PKGBUILD	2020-03-31 21:58:27 UTC (rev 608403)
@@ -4,7 +4,7 @@
 _hkgname=data-clist
 pkgname=haskell-data-clist
 pkgver=0.1.2.3
-pkgrel=22
+pkgrel=23
 pkgdesc="Simple functional ring type."
 url="https://github.com/sw17ch/data-clist"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('efd547b36452f46943778059b5b7854932b9459faa3e196bae9571504ad4f4cb71f07c5b2f8d05faa1752147704008ac1091d391e341b6775534e250939e63c4')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list