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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 10 20:17:22 UTC 2022


    Date: Thursday, February 10, 2022 @ 20:17:22
  Author: felixonmars
Revision: 1131364

upgpkg: agda 2.6.2-60: rebuild with equivalence 0.4

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 20:09:25 UTC (rev 1131363)
+++ PKGBUILD	2022-02-10 20:17:22 UTC (rev 1131364)
@@ -4,7 +4,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.6.2
-pkgrel=59
+pkgrel=60
 pkgdesc="A dependently typed functional programming language and proof assistant"
 url="https://wiki.portal.chalmers.se/agda/"
 license=("custom")
@@ -16,7 +16,7 @@
          'haskell-split' 'haskell-strict' 'haskell-unordered-containers' 'haskell-uri-encode'
          'haskell-zlib')
 optdepends=('agda-stdlib: for standard library')
-makedepends=('alex' 'happy' 'ghc' 'haskell-filemanip')
+makedepends=('alex' 'happy' 'ghc' 'uusi' 'haskell-filemanip')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha512sums=('1be631c8fd2129df4b8eb97e7bbfc54838eccf745d402a9f769f9486e8f6a1f55eeab9d47dd6cd428136ea9a3800766a2c7180662b5a41a6c7f29ffadadc3627')
 
@@ -23,6 +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
 }
 
 build() {



More information about the arch-commits mailing list