summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2019-09-09 08:54:56 +0200
committerJosef Vybíhal2019-09-09 08:54:56 +0200
commita0be6fc27b750af28daf118bc464a90338717c84 (patch)
treec2727e77c0562623be97249442e6252ebe88be3f
parentc3dc230657ae98d548260e3b3b8bdfeb5e18d429 (diff)
downloadaur-a0be6fc27b750af28daf118bc464a90338717c84.tar.gz
Updated conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff91ecbb584..5fbac8cfece8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gstm
pkgdesc = Gnome SSH Tunnel Manager - Gtk3 Edition
pkgver = 1.3.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/dallenwilson/gstm
arch = i686
arch = x86_64
@@ -12,6 +12,9 @@ pkgbase = gstm
depends = glib2
depends = gdk-pixbuf2
depends = gtk3
+ provides = gstm
+ conflicts = gstm-git
+ conflicts = gstm-gtk2
source = https://github.com/dallenwilson/gstm/releases/download/1.3.3/gstm-1.3.3.tar.gz
sha256sums = 84d982763589b22be4dff593de2cb2e2e907093b9bcca70dbb1fe6859043852a
diff --git a/PKGBUILD b/PKGBUILD
index 930ac0c19248..ea4f69b6991e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Josef Vybihal <josef dot vybihal at gmail dot com>
+# Ported to GTK3 by https://github.com/dallenwilson
# Old Maintainer: Jeff Henson <jeff at henson dot io>
# Old Maintainer: cuihao <cuihao dot leo at gmail dot com>
# Original PKGBUILD (community/gstm):
@@ -8,13 +9,15 @@
pkgname=gstm
pkgver=1.3.3
-pkgrel=4
+pkgrel=5
pkgdesc="Gnome SSH Tunnel Manager - Gtk3 Edition"
arch=('i686' 'x86_64')
url="https://github.com/dallenwilson/gstm"
license=('GPL')
depends=('openssh' 'libxml2' 'glib2' 'gdk-pixbuf2' 'gtk3')
makedepends=('intltool')
+conflicts=('gstm-git' 'gstm-gtk2')
+provides=('gstm')
source=(https://github.com/dallenwilson/gstm/releases/download/${pkgver}/gstm-${pkgver}.tar.gz)
sha256sums=('84d982763589b22be4dff593de2cb2e2e907093b9bcca70dbb1fe6859043852a')