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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 21 00:12:27 UTC 2022


    Date: Monday, February 21, 2022 @ 00:12:26
  Author: felixonmars
Revision: 1135504

upgpkg: agda 2.6.2-63: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 00:08:37 UTC (rev 1135503)
+++ PKGBUILD	2022-02-21 00:12:26 UTC (rev 1135504)
@@ -4,7 +4,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.6.2
-pkgrel=62
+pkgrel=63
 pkgdesc="A dependently typed functional programming language and proof assistant"
 url="https://wiki.portal.chalmers.se/agda/"
 license=("custom")
@@ -23,7 +23,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     sed -i '/fno-warn-overlapping-patterns/a \        , "-dynamic"' src/full/Agda/Compiler/MAlonzo/Compiler.hs
-    uusi -u equivalence $_hkgname.cabal
+    uusi -u equivalence -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list