summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalama Ashoush2023-10-03 13:19:30 +0200
committerSalama Ashoush2023-10-03 13:19:30 +0200
commit1ec27c4c962e8a01dc4440e831e164e135aaa735 (patch)
tree14800ff38c4b0aba77586332a4ed41e5a7d1a5e1
parent8e8f739fb041e94ea760fc6526764da21d1a0c99 (diff)
downloadaur-1ec27c4c962e8a01dc4440e831e164e135aaa735.tar.gz
update package url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e4bae20a30..03bd0e15b60b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = pact
pkgdesc = Interpreter for the Pact Smart Contract Language.
pkgver = 4.9.0
pkgrel = 1
- url = https://pactlang.org/
+ url = https://kadena.io/build/
arch = x86_64
license = BSD 3-Clause
depends = gmp
diff --git a/PKGBUILD b/PKGBUILD
index 1501ccd80d6b..7c8bc1ebeb85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=4.9.0
pkgrel=1
pkgdesc="Interpreter for the Pact Smart Contract Language."
arch=('x86_64')
-url="https://pactlang.org/"
+url=https://kadena.io/build/
license=('BSD 3-Clause')
depends=('gmp' 'z3' 'ncurses5-compat-libs')
source=(https://github.com/kadena-io/pact/releases/download/v${pkgver}/pact-${pkgver}-linux-22.04.zip)