summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2019-03-18 11:33:05 -0600
committerSam Burgos2019-03-18 11:33:05 -0600
commitd34c165c1ae199efe5f0b409ffb3b2d21e1ac788 (patch)
tree7970ed44fd4e8bc58e5f895c8edb678ae943bdae /PKGBUILD
parent46f29393fd8faeed82a492e11118191aa929df2c (diff)
downloadaur-d34c165c1ae199efe5f0b409ffb3b2d21e1ac788.tar.gz
added python-gobject as missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7f7e34c4b62..8cdb48f39d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pia-manager
pkgver=1.0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Easily configure your Private Internet Access VPN"
arch=('any')
#url="https://github.com/linuxmint/pia-manager"
@@ -13,6 +13,7 @@ depends=('networkmanager-openvpn'
'networkmanager'
'openvpn'
'python'
+ 'python-gobject'
'python-setproctitle')
optdepends=('easy-rsa: easy CA and certificate handling')
#source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")