summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRanadeep Biswas2023-04-05 21:55:33 +0200
committerRanadeep Biswas2023-04-05 21:55:33 +0200
commit96b64a8826c01addb7317f1946af0c84b5f0b3d2 (patch)
treee1a5b1fb897059e209511f59216830047411f015 /PKGBUILD
parent10dda78e449921c427682c098278285219ee5fe2 (diff)
downloadaur-96b64a8826c01addb7317f1946af0c84b5f0b3d2.tar.gz
v0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e44ad862107..fc2d1b2b45e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=quint
orgname=informalsystems
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Quint is an executable specification language with design and tooling focused on usability. It is based on the Temporal Logic of Actions"
arch=('any')
@@ -11,9 +11,9 @@ license=('Apache')
provides=(${pkgname})
conflicts=(${pkgname})
depends=('nodejs')
-makedepends=('npm' 'git')
+makedepends=('npm')
source=("https://github.com/${orgname}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('c9b3a077e43bf8959ba26c1498fdb5d5e9caa7fefcd6ba2b157579858cf57bba')
+sha256sums=('1cf226160452dcacbc2dd8e0cff92ce8eb13a7d4f1eabfc33332a4c508bf6951')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"