Date: Sunday, March 22, 2020 @ 01:02:40 Author: felixonmars Revision: 603174
upgpkg: idris 1.3.2-104: rebuild with network 3.1.1.1, network-bsd 2.8.1.0 Modified: idris/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 00:53:06 UTC (rev 603173) +++ PKGBUILD 2020-03-22 01:02:40 UTC (rev 603174) @@ -3,7 +3,7 @@ pkgname=idris pkgver=1.3.2 -pkgrel=103 +pkgrel=104 pkgdesc="Functional Programming Language with Dependent Types" url="https://www.idris-lang.org/" license=("BSD") @@ -29,7 +29,7 @@ sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls ../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \ libs/*/Makefile - sed -i -e 's/< *0.9/<1/' -e 's/< *0.15/<1/' idris.cabal + sed -i -e 's/< *0.9/<1/' -e 's/< *0.15/<1/' -e 's/< *2.9/<4.9/' idris.cabal } build() {
