summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35454dab21e7..567aa5f0da89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="python-gr-framework"
-pkgver="1.16.0"
-pkgrel="2"
+pkgver="1.17.0"
+pkgrel="1"
pkgdesc="A universal framework for cross-platform visualization applications (Python bindings)."
arch=("any")
url="https://gr-framework.org"
@@ -10,7 +10,7 @@ license=("MIT")
depends=("gr-framework" "python" "python-numpy")
makedepends=("python-setuptools")
source=("https://github.com/sciapp/python-gr/releases/download/v${pkgver}/gr-${pkgver}.tar.gz")
-sha256sums=("a993bb1d029e3140e0062af86f674f091fc696b7644209ec3763cc9aaf9a6dcb")
+sha256sums=("82ab96cdf03254e0c9a952010c302af325c32cdbf48cece9c5ed57a3ef1af329")
build() {
cd "${srcdir}/gr-${pkgver}" || return