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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 23 05:13:57 UTC 2022


    Date: Saturday, July 23, 2022 @ 05:13:57
  Author: felixonmars
Revision: 1255371

upgpkg: agda 2.6.2.2-1

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 05:12:17 UTC (rev 1255370)
+++ PKGBUILD	2022-07-23 05:13:57 UTC (rev 1255371)
@@ -3,8 +3,8 @@
 
 _hkgname=Agda
 pkgname=agda
-pkgver=2.6.2.1
-pkgrel=4
+pkgver=2.6.2.2
+pkgrel=1
 pkgdesc="A dependently typed functional programming language and proof assistant"
 url="https://wiki.portal.chalmers.se/agda/"
 license=("custom")
@@ -16,14 +16,13 @@
          'haskell-split' 'haskell-strict' 'haskell-unordered-containers' 'haskell-uri-encode'
          'haskell-zlib')
 optdepends=('agda-stdlib: for standard library')
-makedepends=('alex' 'happy' 'ghc' 'uusi' 'haskell-filemanip')
+makedepends=('alex' 'happy' 'ghc' 'haskell-filemanip')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('9ceb2d632fd1fd6e9c9a2ec54a834a0357e31852ac4a88db45dd6f3b629a0f1d335686083f2d94187a3e5d7812b0471841581e54111efe33db430800d41381d9')
+sha512sums=('f54dcc0fd6dea106db4a04cc3b0b80f404f0613b5075849db17a1b4b5e176ed6d183bfdaf464fbcbc6e0807c1af0c8748f96552d48e537444109be54730685a8')
 
 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