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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 19:48:15 UTC 2022


    Date: Monday, March 21, 2022 @ 19:48:15
  Author: felixonmars
Revision: 1168196

upgpkg: agda 2.6.2-73: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 19:47:05 UTC (rev 1168195)
+++ PKGBUILD	2022-03-21 19:48:15 UTC (rev 1168196)
@@ -4,7 +4,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.6.2
-pkgrel=72
+pkgrel=73
 pkgdesc="A dependently typed functional programming language and proof assistant"
 url="https://wiki.portal.chalmers.se/agda/"
 license=("custom")
@@ -32,7 +32,7 @@
     # -fllvm is disabled because ghc+llc hangs since LLVM 13
     # https://gitlab.haskell.org/ghc/ghc/-/issues/20559
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fasm \
             -fcpphs -f-debug -f-enable-cluster-counting
     LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list