[arch-commits] Commit in agda/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 25 14:37:52 UTC 2020
Date: Monday, May 25, 2020 @ 14:37:52
Author: felixonmars
Revision: 634400
upgpkg: agda 2.6.1-42: rebuild with aeson 1.5.0.0
Modified:
agda/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-25 14:33:48 UTC (rev 634399)
+++ PKGBUILD 2020-05-25 14:37:52 UTC (rev 634400)
@@ -4,7 +4,7 @@
_hkgname=Agda
pkgname=agda
pkgver=2.6.1
-pkgrel=41
+pkgrel=42
pkgdesc="A dependently typed functional programming language and proof assistant"
url="https://wiki.portal.chalmers.se/agda/"
license=("custom")
@@ -27,6 +27,7 @@
cd $pkgname-$pkgver
sed -e "s|(\"Agda_datadir\", agda_datadir) : e|[(\"Agda_datadir\", agda_datadir), (\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ e|" \
-i Setup.hs
+ sed -i 's/< *1.5/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list