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

Felix Yan felixonmars at archlinux.org
Sun Mar 15 18:26:47 UTC 2020


    Date: Sunday, March 15, 2020 @ 18:26:47
  Author: felixonmars
Revision: 598409

upgpkg: haskell-reducers 3.12.3-88: rebuild with hashable 1.3.0.0

Modified:
  haskell-reducers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-15 18:10:39 UTC (rev 598408)
+++ PKGBUILD	2020-03-15 18:26:47 UTC (rev 598409)
@@ -4,7 +4,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.3
-pkgrel=87
+pkgrel=88
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="https://github.com/ekmett/reducers/"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list