summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkusakata2017-04-06 08:50:10 +0900
committerkusakata2017-04-06 08:50:10 +0900
commitb0f72e5362e484e4fb26caa2ccc787162ec5163e (patch)
tree5f6215b26315f9dbb03eac7ccc718105eb423d1e
parentdfc766f2e0f135deed55e35fffc701cf7b2586d5 (diff)
downloadaur-b0f72e5362e484e4fb26caa2ccc787162ec5163e.tar.gz
update to 6.07.03
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5963271e737c..080c4bee0e59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 29 16:57:36 UTC 2016
+# Wed Apr 5 23:49:48 UTC 2017
pkgbase = ngraph-gtk
pkgdesc = A tool for creating scientific 2-dimensional graphs
- pkgver = 6.07.02
+ pkgver = 6.07.03
pkgrel = 1
url = https://github.com/htrb/ngraph-gtk
arch = i686
@@ -13,8 +13,8 @@ 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.07.02/ngraph-gtk-6.07.02.tar.gz
- md5sums = 7ceb85af852fd875c57c62a5918565ed
+ source = https://github.com/htrb/ngraph-gtk/releases/download/v6.07.03/ngraph-gtk-6.07.03.tar.gz
+ md5sums = b6cc9713661fa3ee93b1b80e2a04d25c
pkgname = ngraph-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 39f268ac4ac3..1f497ebbccae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kusakata <shohei atmark kusakata period com>
pkgname=ngraph-gtk
-pkgver=6.07.02
+pkgver=6.07.03
pkgrel=1
pkgdesc="A tool for creating scientific 2-dimensional graphs"
url="https://github.com/htrb/ngraph-gtk"
@@ -26,8 +26,12 @@ package() {
cd "${srcdir}/ngraph-gtk-${pkgver}/misc"
install -Dm644 ngraph.desktop "${pkgdir}/usr/share/applications/ngraph.desktop"
install -Dm644 ngraph.xml "${pkgdir}/usr/share/mime/packages/ngraph.xml"
+ install -Dm644 ngraph.keys "${pkgdir}/usr/share/mime-info/ngraph.keys"
+ install -Dm644 ngraph.mime "${pkgdir}/usr/share/mime-info/ngraph.mime"
install -Dm644 ngraph.1 "${pkgdir}/usr/share/man/man1/ngraph.1"
install -Dm644 ngp2.1 "${pkgdir}/usr/share/man/man1/ngp2.1"
+ install -Dm644 ngraph.bash "${pkgdir}/usr/share/bash-completion/completions/ngraph"
+ install -Dm644 ngraph.applications "${pkgdir}/usr/share/application-registry/ngraph.applications"
}
-md5sums=('7ceb85af852fd875c57c62a5918565ed')
+md5sums=('b6cc9713661fa3ee93b1b80e2a04d25c')