summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2019-04-26 08:55:58 +0200
committerJosef Vybíhal2019-04-26 08:55:58 +0200
commit8f956b3afdabe20108177eee56b152bdaf0e5ccc (patch)
tree1c1e57e9b177c8789e015c43bb771d9b46dc7b8c
parent084b856cfbf5e975026264b8f6d38d68f2d0ad31 (diff)
downloadaur-8f956b3afdabe20108177eee56b152bdaf0e5ccc.tar.gz
Updated to GTK3 version by Dallen Wilson
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e02daeb09b1e..097c889b77aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = gstm
- pkgdesc = Gnome front-end to ssh tunneling
- pkgver = 1.2
- pkgrel = 4
- url = http://sourceforge.net/projects/gstm/
+ pkgdesc = Gnome SSH Tunnel Manager - Gtk3 Edition
+ pkgver = 1.3.3
+ pkgrel = 1
+ url = https://github.com/dallenwilson/gstm
arch = i686
arch = x86_64
license = GPL
makedepends = intltool
depends = libgnomeui
depends = openssh
- source = http://downloads.sourceforge.net/sourceforge/gstm/gstm-1.2.tar.gz
- md5sums = 7fa71b86969d8d695c3b062780a5694e
+ source = https://github.com/dallenwilson/gstm/releases/download/1.3.3/gstm-1.3.3.tar.gz
+ sha256sums = 84d982763589b22be4dff593de2cb2e2e907093b9bcca70dbb1fe6859043852a
pkgname = gstm
diff --git a/PKGBUILD b/PKGBUILD
index 8e4c22930d1a..1ed7881dc09b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,20 +7,19 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gstm
-pkgver=1.2
-pkgrel=4
-pkgdesc="Gnome front-end to ssh tunneling"
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Gnome SSH Tunnel Manager - Gtk3 Edition"
arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/gstm/"
+url="https://github.com/dallenwilson/gstm"
license=('GPL')
depends=('libgnomeui' 'openssh')
makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/gstm/gstm-${pkgver}.tar.gz)
-md5sums=('7fa71b86969d8d695c3b062780a5694e')
+source=(https://github.com/dallenwilson/gstm/releases/download/1.3.3/gstm-${pkgver}.tar.gz)
+sha256sums=('84d982763589b22be4dff593de2cb2e2e907093b9bcca70dbb1fe6859043852a')
build() {
cd ${srcdir}/gstm-${pkgver}
- sed -i "s/gstm_LDADD = /& -lxml2 -lX11 /" src/Makefile.in
./configure --prefix=/usr
make || return 1
}