summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d58158c85259..b5a09e8c8dec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = pact
pkgdesc = Interpreter for the Pact Smart Contract Language.
- pkgver = 2.6.1
- pkgrel = 2
- url = http://kadena.io/pact
+ pkgver = 3.0.1
+ pkgrel = 1
+ url = https://pactlang.org/
arch = x86_64
license = BSD 3-Clause
depends = gmp
- depends = z3
- source = https://install.kadena.io/pact/builds/2.6.1/ubuntu-1204/pact-2.6.1-linux.zip
- md5sums = 6e03975b9f524527c3a320e9aa2b1d13
+ depends = z3<4.8.4
+ depends = ncurses5-compat-libs
+ source = https://github.com/kadena-io/pact/releases/download/v3.0.1/pact-3.0.1-linux.zip
+ md5sums = 3d068168ad91ce681265dbd584619e17
pkgname = pact
diff --git a/PKGBUILD b/PKGBUILD
index 716d04515c9e..a952adb21706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Colin Woodbury <colin@kadena.io>
pkgname=pact
-pkgver=2.6.1
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc="Interpreter for the Pact Smart Contract Language."
arch=('x86_64')
-url='http://kadena.io/pact'
+url='https://pactlang.org/'
license=('BSD 3-Clause')
-depends=('gmp' 'z3')
-source=(https://install.kadena.io/pact/builds/${pkgver}/ubuntu-1204/pact-${pkgver}-linux.zip)
-md5sums=('6e03975b9f524527c3a320e9aa2b1d13')
+depends=('gmp' 'z3<4.8.4' 'ncurses5-compat-libs')
+source=(https://github.com/kadena-io/pact/releases/download/v${pkgver}/pact-${pkgver}-linux.zip)
+md5sums=('3d068168ad91ce681265dbd584619e17')
package() {
install -Dm 755 ${srcdir}/pact ${pkgdir}/usr/bin/pact