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

Felix Yan felixonmars at archlinux.org
Mon May 25 15:20:53 UTC 2020


    Date: Monday, May 25, 2020 @ 15:20:52
  Author: felixonmars
Revision: 634534

upgpkg: dhall-json 1.6.4-12: rebuild with aeson 1.5.0.0

Modified:
  dhall-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:20:42 UTC (rev 634533)
+++ PKGBUILD	2020-05-25 15:20:52 UTC (rev 634534)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-json
 pkgver=1.6.4
-pkgrel=11
+pkgrel=12
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    sed -i 's/< *1.3/<2/' $pkgname.cabal
+    sed -i 's/< *1/<2/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list