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

Felix Yan felixonmars at archlinux.org
Tue Dec 24 18:22:21 UTC 2019


    Date: Tuesday, December 24, 2019 @ 18:22:20
  Author: felixonmars
Revision: 539998

upgpkg: idris 1.3.2-37: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 18:11:27 UTC (rev 539997)
+++ PKGBUILD	2019-12-24 18:22:20 UTC (rev 539998)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.2
-pkgrel=36
+pkgrel=37
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/"
 license=("BSD")
@@ -26,7 +26,7 @@
 
     sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
         libs/*/Makefile
-    sed -i 's/< *0.9/<1/' idris.cabal
+    sed -i -e 's/< *0.9/<1/' -e 's/< *0.15/<1/' idris.cabal
 }
 
 build() {



More information about the arch-commits mailing list