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

Felix Yan felixonmars at archlinux.org
Fri Aug 21 07:39:17 UTC 2020


    Date: Friday, August 21, 2020 @ 07:39:17
  Author: felixonmars
Revision: 685761

upgpkg: haskell-path-io 1.6.0-52: rebuild with dlist 1.0

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-21 07:36:08 UTC (rev 685760)
+++ PKGBUILD	2020-08-21 07:39:17 UTC (rev 685761)
@@ -5,7 +5,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.6.0
-pkgrel=51
+pkgrel=52
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io"
 license=("BSD")
@@ -18,7 +18,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  sed -i -e 's/< *0.7/<1/' $_hkgname.cabal
+  sed -i -e 's/< *0.7/<1/;s/< *0.9/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list