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

Felix Yan felixonmars at archlinux.org
Sun Mar 15 20:25:13 UTC 2020


    Date: Sunday, March 15, 2020 @ 20:25:12
  Author: felixonmars
Revision: 598517

upgpkg: haskell-path 0.6.1-143: rebuild with hashable 1.3.0.0

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-15 20:21:45 UTC (rev 598516)
+++ PKGBUILD	2020-03-15 20:25:12 UTC (rev 598517)
@@ -4,7 +4,7 @@
 _hkgname=path
 pkgname=haskell-path
 pkgver=0.6.1
-pkgrel=142
+pkgrel=143
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*0.9/<1/' $_hkgname.cabal
+    sed -i -e 's/<.*0.9/<1/' -e 's/< *1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list