summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2020-08-04 06:45:27 +0000
committerAUR updater2020-08-04 06:45:27 +0000
commitdefffcca532ad37fa63608a4eb9452b80648457b (patch)
treec335ea6f40ba9f551af0236f2de614cc242dba28 /PKGBUILD
parentede42b35c299acd00206dc8668eed12bd65b1f07 (diff)
downloadaur-defffcca532ad37fa63608a4eb9452b80648457b.tar.gz
Update to version 0.51.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 281c5ff43d01..a701c5ae37df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="gr-framework"
-pkgver="0.51.1"
+pkgver="0.51.2"
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=("25e36908d4a78e21be465194a8678d60190d7ac7a972c55c465d820d7c56a0bb")
+sha256sums=("e6a3d0ed911f6e59cc2293b5694ee18a0620849e666143870a9eda71c02bb833")
prepare() {
cd "${srcdir}/gr-${pkgver}" || return