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

Felix Yan felixonmars at archlinux.org
Sun Sep 13 09:41:29 UTC 2020


    Date: Sunday, September 13, 2020 @ 09:41:29
  Author: felixonmars
Revision: 705035

upgpkg: dhall 1.34.0-24: rebuild with ansi-terminal 0.11

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 09:40:58 UTC (rev 705034)
+++ PKGBUILD	2020-09-13 09:41:29 UTC (rev 705035)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.34.0
-pkgrel=23
+pkgrel=24
 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' $pkgname.cabal
+    sed -i '/semigroups/d;s/< *0.11/<1/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list