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

Felix Yan felixonmars at archlinux.org
Fri Jun 26 07:06:01 UTC 2020


    Date: Friday, June 26, 2020 @ 07:06:00
  Author: felixonmars
Revision: 653522

upgpkg: dhall-json 1.7.0-10: rebuild with aeson-yaml 1.1.0.0

Modified:
  dhall-json/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-26 07:05:39 UTC (rev 653521)
+++ PKGBUILD	2020-06-26 07:06:00 UTC (rev 653522)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-json
 pkgver=1.7.0
-pkgrel=9
+pkgrel=10
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('3f6c50b0d2e05f46b85c46d5ffec0434bee9e23fa698d6803787698855fce7143cfcc10d1413fa4fe67aec1163d8e51bccb343569fd7bd163be949f1c2b255e5')
 
+prepare() {
+    cd $pkgname-$pkgver
+    sed -i 's/< *1.1/<1.2/' $pkgname.cabal
+}
+
 build() {
     cd $pkgname-$pkgver
 



More information about the arch-commits mailing list