summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkusakata2016-12-24 03:34:13 +0900
committerkusakata2016-12-24 03:34:13 +0900
commit21edb07bb1e98e93bd7e7af5559f8371376f5fd2 (patch)
tree1912c49333874e2f6a4381092b0e738eff6f71c6
parenta68b9b924ca2223f2d2a80dd2b91bfbfb6ef4462 (diff)
downloadaur-21edb07bb1e98e93bd7e7af5559f8371376f5fd2.tar.gz
update to 6.07.01
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
-rw-r--r--ngraph-gtk.install13
3 files changed, 13 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51274823c740..f3078743629b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
+# Generated by mksrcinfo v8
+# Fri Dec 23 18:33:52 UTC 2016
pkgbase = ngraph-gtk
pkgdesc = A tool for creating scientific 2-dimensional graphs
- pkgver = 6.06.14
+ pkgver = 6.07.01
pkgrel = 1
- url = http://homepage3.nifty.com/slokar/ngraph/ngraph-gtk.html
- install = ngraph-gtk.install
+ url = https://github.com/htrb/ngraph-gtk
arch = i686
arch = x86_64
license = GPL
- depends = desktop-file-utils
depends = gsl
depends = gtk3
depends = ruby
optdepends = ttf-liberation: alternative to Times, Arial, and Courier
- source = http://jaist.dl.sourceforge.net/project/ngraph-gtk/6.06.14/ngraph-gtk-6.06.14.tar.gz
- md5sums = 6e55739e069cc26e8eb89d61bc2526d2
+ options = !makeflags
+ source = https://github.com/htrb/ngraph-gtk/releases/download/v6.07.01/ngraph-gtk-6.07.01.tar.gz
+ md5sums = e647fed409d95e454ba844b1b4aee97d
pkgname = ngraph-gtk
diff --git a/PKGBUILD b/PKGBUILD
index ec0d9cc3b148..c327ed42d7f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: kusakata <shohei atmark kusakata period com>
pkgname=ngraph-gtk
-pkgver=6.06.14
+pkgver=6.07.01
pkgrel=1
pkgdesc="A tool for creating scientific 2-dimensional graphs"
-url="http://homepage3.nifty.com/slokar/ngraph/ngraph-gtk.html"
+url="https://github.com/htrb/ngraph-gtk"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('desktop-file-utils' 'gsl' 'gtk3' 'ruby')
+depends=('gsl' 'gtk3' 'ruby')
optdepends=('ttf-liberation: alternative to Times, Arial, and Courier')
-_mirror="jaist" # "jaist" "iij" "osdn" "keihanna"
-install=ngraph-gtk.install
-source=("http://${_mirror}.dl.sourceforge.net/project/ngraph-gtk/${pkgver}/ngraph-gtk-${pkgver}.tar.gz")
+source=("https://github.com/htrb/ngraph-gtk/releases/download/v${pkgver}/ngraph-gtk-${pkgver}.tar.gz")
+options=('!makeflags')
build() {
cd "${srcdir}/ngraph-gtk-${pkgver}"
@@ -31,4 +30,4 @@ package() {
install -Dm644 ngp2.1 "${pkgdir}/usr/share/man/man1/ngp2.1"
}
-md5sums=('6e55739e069cc26e8eb89d61bc2526d2')
+md5sums=('e647fed409d95e454ba844b1b4aee97d')
diff --git a/ngraph-gtk.install b/ngraph-gtk.install
deleted file mode 100644
index 08f90cb60600..000000000000
--- a/ngraph-gtk.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}