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

Felix Yan felixonmars at archlinux.org
Tue Oct 27 15:34:48 UTC 2020


    Date: Tuesday, October 27, 2020 @ 15:34:47
  Author: felixonmars
Revision: 734462

upgpkg: uusi 0.0.0.0-11: rebuild with optparse-applicative 0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21

Modified:
  uusi/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 15:34:20 UTC (rev 734461)
+++ PKGBUILD	2020-10-27 15:34:47 UTC (rev 734462)
@@ -2,7 +2,7 @@
 
 pkgname=uusi
 pkgver=0.0.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="A program removing all version constraints of dependencies in .cabal file"
 url="https://github.com/berberman/uusi"
 license=("MIT")
@@ -14,6 +14,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
+  sed -i 's/\^>= 0.15/>= 0.15/' $pkgname.cabal
   echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list