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

Felix Yan felixonmars at archlinux.org
Fri May 29 15:34:44 UTC 2020


    Date: Friday, May 29, 2020 @ 15:34:44
  Author: felixonmars
Revision: 637109

upgpkg: dhall 1.32.0-16: rebuild with http-client 0.7.0

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 15:25:37 UTC (rev 637108)
+++ PKGBUILD	2020-05-29 15:34:44 UTC (rev 637109)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.32.0
-pkgrel=15
+pkgrel=16
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -27,7 +27,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i '/semigroups/d;s/< *1/<2/' $pkgname.cabal
+    sed -i '/semigroups/d;s/< *1/<2/;s/< *0.7/<1/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list