summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2021-09-01 09:24:05 +0000
committerAUR updater2021-09-01 09:24:05 +0000
commitcb0d3d63e47dbd65aad762e0a8269dffbfcd7bed (patch)
treefcf9000c98a445cb6a406723610d0031448353d1 /PKGBUILD
parentc90f043d44beb17c7e3474ac7953e6ca7398b8fc (diff)
downloadaur-cb0d3d63e47dbd65aad762e0a8269dffbfcd7bed.tar.gz
Update to version 0.59.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8bf962a511f..9c3ec38da229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="gr-framework"
-pkgver="0.58.1"
+pkgver="0.59.0"
pkgrel="1"
pkgdesc="A universal framework for cross-platform visualization applications."
arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
@@ -13,7 +13,7 @@ depends=("bzip2" "cairo" "fontconfig" "freetype2" "ghostscript" "glfw-x11" \
makedepends=("cmake")
optdepends=("ffmpeg: video support")
source=("https://github.com/sciapp/gr/archive/v${pkgver}.tar.gz")
-sha256sums=("6bf66fb3f5cb55ccae2f9577b6c6f82443d9cb1e29e9992371a0beae15dfbc0d")
+sha256sums=("9027bceebd171641bb3f0c35398ddef529beea3c1cd6dc79dad18268f9cda50a")
prepare() {
cd "${srcdir}/gr-${pkgver}" || return