summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2023-06-19 19:13:14 +0000
committerXiretza2023-06-19 19:13:14 +0000
commitb6d0cdcfedd1cc5b13c9035ca9429ea05604dc8f (patch)
treedc7739d6e212d3ea1cf0566b2d11abf6b26f64b6 /PKGBUILD
parent0ea753a9dccc7222d0e77da89af2d9be4e943213 (diff)
downloadaur-b6d0cdcfedd1cc5b13c9035ca9429ea05604dc8f.tar.gz
Update to 2.7.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce8b52b0f27..eea8e465ef8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fredrik Strandin <fredrik@strandin.name>
pkgname=libminizinc
-pkgver=2.7.4
+pkgver=2.7.5
pkgrel=1
pkgdesc="A modelling language for constraint programming problems"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ license=('MPL2')
conflicts=(minizinc-bin)
provides=(minizinc)
source=("$pkgname-$pkgver.tar.gz::https://github.com/MiniZinc/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('012f8b1b995d2f93c6cb67f4e1e5321e8666ae51bd38e65337f7351f76468996')
+sha256sums=('888ade5d682f6d7463d4fb0e408e363b9928a280843f33f6b5e124045e25ec0d')
build() {
cmake -B build -S "$pkgname-$pkgver" \