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

Felix Yan felixonmars at archlinux.org
Tue Mar 31 22:05:19 UTC 2020


    Date: Tuesday, March 31, 2020 @ 22:05:19
  Author: felixonmars
Revision: 608419

upgpkg: haskell-dlist 0.8.0.7-20: rebuild with QuickCheck 2.14

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-31 22:04:11 UTC (rev 608418)
+++ PKGBUILD	2020-03-31 22:05:19 UTC (rev 608419)
@@ -6,7 +6,7 @@
 _hkgname=dlist
 pkgname=haskell-dlist
 pkgver=0.8.0.7
-pkgrel=19
+pkgrel=20
 pkgdesc="Differences lists"
 url="https://hackage.haskell.org/package/dlist"
 license=('BSD')
@@ -16,6 +16,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('e98ce96819bc8c7a86f1eb402ba7c6aea95fc87502afbb40a4b61ac6dc9a9793ca6f6042f633733c9e0e7c7f3f77711809767ecd213639bfa3b77e71bd6bd806')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list