summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Burgos2017-10-27 20:51:51 -0600
committerSam Burgos2017-10-27 20:51:51 -0600
commite01de3f769cdfbe07a00cd7ae5c7a6e6250e8967 (patch)
tree77c9322b7afd8b086b6dc6ff6885a95dc6e7bf95 /PKGBUILD
parent4fdb8c088645b4a8ccc3e3a89423c53f54011042 (diff)
downloadaur-e01de3f769cdfbe07a00cd7ae5c7a6e6250e8967.tar.gz
updated to version 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4237b60e061f..0961582bbc3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname='pia-manager'
-pkgver='1.0.2'
+pkgver='1.0.5'
pkgrel='1'
pkgdesc=' A VPN configuration tool for PIA'
arch=(any)
url="https://github.com/linuxmint/pia-manager"
license=('GPL')
-depends=('gksu' 'networkmanager-openvpn' 'networkmanager' 'openvpn' 'python' 'python-setproctitle')
+depends=('networkmanager-openvpn' 'networkmanager' 'openvpn' 'python' 'python-setproctitle')
optdepends=("easy-rsa: easy CA and certificate handling")
source=("https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('167068c832d6cf998c8e3f9d6c938442b8bb0ff6df192076aef70eceba02ef85')
+sha256sums=('3ca020ced645ad1982c62dbe59a5a977be48214448b58a23ff90d4cbdde86612')
prepare() {
cd ${pkgname}-${pkgver}