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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 13:04:26 UTC 2020


    Date: Wednesday, June 10, 2020 @ 13:04:25
  Author: felixonmars
Revision: 641393

upgpkg: dhall 1.32.0-22: rebuild with doctest 0.17

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 13:02:42 UTC (rev 641392)
+++ PKGBUILD	2020-06-10 13:04:25 UTC (rev 641393)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.32.0
-pkgrel=21
+pkgrel=22
 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/;s/< *0.7/<1/' $pkgname.cabal
+    sed -i '/semigroups/d;s/< *1/<2/;s/< *0.7/<1/;s/< *0.17/<1/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list