summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 308e5aaed298..d58158c85259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pact
pkgdesc = Interpreter for the Pact Smart Contract Language.
pkgver = 2.6.1
- pkgrel = 1
+ pkgrel = 2
url = http://kadena.io/pact
arch = x86_64
license = BSD 3-Clause
depends = gmp
depends = z3
- source = https://kadena.io/pact/builds/2.6.1/ubuntu-1204/pact-2.6.1-linux.zip
+ source = https://install.kadena.io/pact/builds/2.6.1/ubuntu-1204/pact-2.6.1-linux.zip
md5sums = 6e03975b9f524527c3a320e9aa2b1d13
pkgname = pact
diff --git a/PKGBUILD b/PKGBUILD
index c5d0b1283cd1..716d04515c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pact
pkgver=2.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Interpreter for the Pact Smart Contract Language."
arch=('x86_64')
url='http://kadena.io/pact'
license=('BSD 3-Clause')
depends=('gmp' 'z3')
-source=(https://kadena.io/pact/builds/${pkgver}/ubuntu-1204/pact-${pkgver}-linux.zip)
+source=(https://install.kadena.io/pact/builds/${pkgver}/ubuntu-1204/pact-${pkgver}-linux.zip)
md5sums=('6e03975b9f524527c3a320e9aa2b1d13')
package() {