[arch-commits] Commit in haskell-data-clist/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 27 07:13:48 UTC 2019
Date: Monday, May 27, 2019 @ 07:13:48
Author: felixonmars
Revision: 471003
upgpkg: haskell-data-clist 0.1.2.2-5
rebuild with QuickCheck 2.13.1
Modified:
haskell-data-clist/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 07:12:28 UTC (rev 471002)
+++ PKGBUILD 2019-05-27 07:13:48 UTC (rev 471003)
@@ -4,7 +4,7 @@
_hkgname=data-clist
pkgname=haskell-data-clist
pkgver=0.1.2.2
-pkgrel=4
+pkgrel=5
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=('fe94838d19fa13daca258cf40b5df6303b55ed0ff70eccbef16cab22766028bdb9568547c85e3bf3ad95d858418887aae9d21e1873fb6fb8ac48c57310034ccb')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.13/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list