summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD12
3 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a09e8c8dec..3fc50126e7e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = pact
pkgdesc = Interpreter for the Pact Smart Contract Language.
- pkgver = 3.0.1
+ pkgver = 4.10.0
pkgrel = 1
- url = https://pactlang.org/
+ url = https://kadena.io/build/
arch = x86_64
license = BSD 3-Clause
depends = gmp
- depends = z3<4.8.4
+ depends = z3
depends = ncurses5-compat-libs
- source = https://github.com/kadena-io/pact/releases/download/v3.0.1/pact-3.0.1-linux.zip
- md5sums = 3d068168ad91ce681265dbd584619e17
+ source = https://github.com/kadena-io/pact/releases/download/v4.10.0/pact-4.10.0-linux-22.04.zip
+ md5sums = be4ea601983ead2b6a8832c4a09ea2f7
pkgname = pact
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d6d1231d0cf5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.pact-history
+pact-*
+pkg
+src
diff --git a/PKGBUILD b/PKGBUILD
index a952adb21706..669ae1294355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Colin Woodbury <colin@kadena.io>
+# Maintainer: Salama Ashoush <salama@kadena.io>
pkgname=pact
-pkgver=3.0.1
+pkgver=4.10.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<4.8.4' 'ncurses5-compat-libs')
-source=(https://github.com/kadena-io/pact/releases/download/v${pkgver}/pact-${pkgver}-linux.zip)
-md5sums=('3d068168ad91ce681265dbd584619e17')
+depends=('gmp' 'z3' 'ncurses5-compat-libs')
+source=(https://github.com/kadena-io/pact/releases/download/v${pkgver}/pact-${pkgver}-linux-22.04.zip)
+md5sums=('be4ea601983ead2b6a8832c4a09ea2f7')
package() {
install -Dm 755 ${srcdir}/pact ${pkgdir}/usr/bin/pact