summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)