summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Fricke2018-08-14 14:15:14 +0200
committerSilvio Fricke2018-08-14 14:15:14 +0200
commit264b3691fc123c2bea62328bb53c57cbbb9f23f9 (patch)
tree3afac1d6a9b214b882fe812eddb14d80151b12e5
parent920affcdf32974277dcce139af2dbfe1f64eb661 (diff)
downloadaur-264b3691fc123c2bea62328bb53c57cbbb9f23f9.tar.gz
PKGBUILD: add pkg-config as makedepend
Signed-off-by: Silvio Fricke <silvio.fricke@softing.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5c25a054fba..d1c4f4ca73e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = networkmanager-fortisslvpn-git
makedepends = intltool
makedepends = python
makedepends = xorgproto
+ makedepends = pkg-config
depends = networkmanager
depends = nm-connection-editor
depends = openfortivpn
diff --git a/PKGBUILD b/PKGBUILD
index 9e0e9acb41f8..0883b607cd95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url='https://git.gnome.org/browse/network-manager-fortisslvpn'
depends=('networkmanager' 'nm-connection-editor' 'openfortivpn' 'libsecret')
-makedepends=('git' 'intltool' 'python' 'xorgproto')
+makedepends=('git' 'intltool' 'python' 'xorgproto' 'pkg-config')
provides=('networkmanager-fortisslvpn')
conflicts=('networkmanager-fortisslvpn')
source=('git://github.com/GNOME/network-manager-fortisslvpn')