summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-11-15 21:17:15 +0700
committerBuildTools2021-11-15 21:17:15 +0700
commit8a9d82f517cd37a93b0b98c03d2521568c4a43b8 (patch)
tree1e9e0856e30de4879ed4dd81fc843dd4e1552263
parent97b43ab1043d946a4742eb96a9170b3d3fa2de31 (diff)
downloadaur-8a9d82f517cd37a93b0b98c03d2521568c4a43b8.tar.gz
update to 6.09.05
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d2f08d3b71a..41255afd6504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ngraph-gtk
pkgdesc = A tool for creating scientific 2-dimensional graphs
- pkgver = 6.09.04
+ pkgver = 6.09.05
pkgrel = 1
url = https://github.com/htrb/ngraph-gtk/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ngraph-gtk
depends = ruby
optdepends = ttf-liberation: alternative to Times, Arial, and Courier
options = !makeflags
- source = https://github.com/htrb/ngraph-gtk/releases/download/v6.09.04/ngraph-gtk-6.09.04.tar.gz
- sha512sums = b4f862b4bf29e51c93e1a1f13bd989eb45febfc6a6aa48f38216770c5fd18875f1e1c57d8eb37045161752f3ae340e6efacc07db36e73a39532ca650e12b4d4a
+ source = https://github.com/htrb/ngraph-gtk/releases/download/v6.09.05/ngraph-gtk-6.09.05.tar.gz
+ sha512sums = 0ffb57c0a743ac6a15427b48027f1f90042c598af962bb168eb61af157bc75657b53c79878babc14cacd210a13237b6c3bf127dee71a5c4448420c67bf4540e4
pkgname = ngraph-gtk
diff --git a/PKGBUILD b/PKGBUILD
index f0c7a0f856de..ef0d62a80194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kusakata <shohei atmark kusakata period com>
pkgname=ngraph-gtk
-pkgver=6.09.04
+pkgver=6.09.05
pkgrel=1
pkgdesc="A tool for creating scientific 2-dimensional graphs"
url="https://github.com/htrb/ngraph-gtk/"
@@ -11,7 +11,7 @@ depends=('gsl' 'gtksourceview4' 'ruby')
optdepends=('ttf-liberation: alternative to Times, Arial, and Courier')
source=("https://github.com/htrb/ngraph-gtk/releases/download/v${pkgver}/ngraph-gtk-${pkgver}.tar.gz")
options=('!makeflags')
-sha512sums=('b4f862b4bf29e51c93e1a1f13bd989eb45febfc6a6aa48f38216770c5fd18875f1e1c57d8eb37045161752f3ae340e6efacc07db36e73a39532ca650e12b4d4a')
+sha512sums=('0ffb57c0a743ac6a15427b48027f1f90042c598af962bb168eb61af157bc75657b53c79878babc14cacd210a13237b6c3bf127dee71a5c4448420c67bf4540e4')
build() {
cd "${srcdir}/ngraph-gtk-${pkgver}"