summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}