summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Vybíhal2020-12-17 10:24:14 +0100
committerJosef Vybíhal2020-12-17 10:24:14 +0100
commit68616b691821a0643c8d435c3cb9448da35fe4ea (patch)
tree527eabef324ed6db8fce91765ff0161f805cb5ee /PKGBUILD
parent26b4eb0bc32b22020d7a554fbd77df94d4ebc174 (diff)
downloadaur-gstm.tar.gz
Polished little bit more build dependencies.
Tested build in clean vanilla environment.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 690b2e00a9b8..3fc2ec587fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
pkgname=gstm
pkgver=1.3.7
-pkgrel=3
+pkgrel=4
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' 'libappindicator-gtk3')
-makedepends=('intltool' 'autoconf' 'automake' 'gcc')
+makedepends=('intltool' 'autoconf' 'automake' 'gcc' 'pkgconf' 'make')
conflicts=('gstm-git' 'gstm-gtk2')
provides=('gstm')
source=(https://github.com/dallenwilson/gstm/releases/download/${pkgver}/gstm-${pkgver}.tar.gz)