summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-06-23 20:32:15 +0700
committerBuildTools2021-06-23 20:32:15 +0700
commit27f1328fbb29c17586dbfd5e5571e36026e899f6 (patch)
tree542fb20e18d1a842ffb7db921a09fe94387bf2eb
parent59d8bd13c70479706dc94d245ccb7616d0657958 (diff)
downloadaur-27f1328fbb29c17586dbfd5e5571e36026e899f6.tar.gz
update to 6.09.03
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65eb938d3af0..89e45f7e981a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = ngraph-gtk
pkgdesc = A tool for creating scientific 2-dimensional graphs
- pkgver = 6.09.02
+ pkgver = 6.09.03
pkgrel = 1
url = https://github.com/htrb/ngraph-gtk/
arch = x86_64
license = GPL
depends = gsl
- depends = gtk3
- depends = gtksourceview3
+ depends = gtksourceview4
depends = ruby
optdepends = ttf-liberation: alternative to Times, Arial, and Courier
options = !makeflags
- source = https://github.com/htrb/ngraph-gtk/releases/download/v6.09.02/ngraph-gtk-6.09.02.tar.gz
- sha512sums = f9ffec3802f7c180cc5f4b03e04ac2d3ceaeebcfd6952721672fd1f2443c0c5bf9f4c53b5ae4c84cf290ce020844e15153aee692a8eb99359018bdff4ff25af4
+ source = https://github.com/htrb/ngraph-gtk/releases/download/v6.09.03/ngraph-gtk-6.09.03.tar.gz
+ sha512sums = 917360dad726bf117478cd4c8414c4da2efd3df3aa4ef4ae52b02282c9c25abeff524d93a8e8e9918de89653e7651411c6e2f96c762751e8a3e83f73f50cc00a
pkgname = ngraph-gtk
-
diff --git a/PKGBUILD b/PKGBUILD
index 52933a5f06ce..0d6931a9250a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: kusakata <shohei atmark kusakata period com>
pkgname=ngraph-gtk
-pkgver=6.09.02
+pkgver=6.09.03
pkgrel=1
pkgdesc="A tool for creating scientific 2-dimensional graphs"
url="https://github.com/htrb/ngraph-gtk/"
license=('GPL')
arch=('x86_64')
-depends=('gsl' 'gtk3' 'gtksourceview3' 'ruby')
+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=('f9ffec3802f7c180cc5f4b03e04ac2d3ceaeebcfd6952721672fd1f2443c0c5bf9f4c53b5ae4c84cf290ce020844e15153aee692a8eb99359018bdff4ff25af4')
+sha512sums=('917360dad726bf117478cd4c8414c4da2efd3df3aa4ef4ae52b02282c9c25abeff524d93a8e8e9918de89653e7651411c6e2f96c762751e8a3e83f73f50cc00a')
build() {
cd "${srcdir}/ngraph-gtk-${pkgver}"