summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2023-01-24 09:43:52 +0000
committerAUR updater2023-01-24 09:43:52 +0000
commit6d7ec3d2adefeb4aada4f2cfbdfb834813f4c6fb (patch)
tree74655d1c3eb69d803e27ab5350b2aff8275afc15 /PKGBUILD
parent1c45366e76bc6ddf404c704f73881ff65d54c577 (diff)
downloadaur-6d7ec3d2adefeb4aada4f2cfbdfb834813f4c6fb.tar.gz
Update to version 0.71.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef237bcea521..a6ff66403d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Meyer <i.meyer@fz-juelich.de>
pkgname="gr-framework"
-pkgver="0.71.4"
+pkgver="0.71.5"
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=("db6b08acc4e4c35beea5c7a8afa39fe88dac74aaf5b4abfd199cd817a7014207")
+sha256sums=("3f3ff8c9ba74cd92187e89e4f0443696f31e34ec49dabca684c07a38aef83751")
prepare() {
cd "${srcdir}/gr-${pkgver}" || return