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

Felix Yan felixonmars at archlinux.org
Mon Jun 15 06:34:31 UTC 2020


    Date: Monday, June 15, 2020 @ 06:34:31
  Author: felixonmars
Revision: 644782

upgpkg: dhall-bash 1.0.30-27: rebuild with optparse-generic 1.4.0

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-15 06:33:27 UTC (rev 644781)
+++ PKGBUILD	2020-06-15 06:34:31 UTC (rev 644782)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.30
-pkgrel=26
+pkgrel=27
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -13,6 +13,11 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('d1825b7b629ad235d05ad7ddaa6d5d1fbdce9cacd72ca381c8b5e9f11289bfc38b1756902eb5fb454324c3acb38b36a9571ae0ae38746e084068269b8b623629')
 
+prepare() {
+    cd $pkgname-$pkgver
+    sed -i 's/< *1.4/<2/' $pkgname.cabal
+}
+
 build() {
     cd $pkgname-$pkgver
 



More information about the arch-commits mailing list