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

Felix Yan felixonmars at archlinux.org
Sun Aug 9 10:34:48 UTC 2020


    Date: Sunday, August 9, 2020 @ 10:34:48
  Author: felixonmars
Revision: 673106

upgpkg: idris 1.3.3-43: rebuild with network 3.1.2.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 10:11:48 UTC (rev 673105)
+++ PKGBUILD	2020-08-09 10:34:48 UTC (rev 673106)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.3
-pkgrel=42
+pkgrel=43
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/"
 license=("BSD")
@@ -28,7 +28,7 @@
     patch -p1 -i ../idris-haskeline-0.8.patch
     sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
         libs/*/Makefile
-    sed -i -e 's/< *1.5/<2/' idris.cabal
+    sed -i -e 's/< *1.5/<2/;s/< *3.1.2/<3.2/' idris.cabal
 }
 
 build() {



More information about the arch-commits mailing list