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 076b36d2ce83..95e8b59ede1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: solsTiCe d'Hiver <solstice.dhiver@gmail.com>
pkgname=piavpn-bin
-pkgver=3.0.0_06692
+pkgver=3.0.1_06696
_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/.0/}
+_pkgver=${_pkgver/.0_/_}
pkgrel=1
pkgdesc="Private Internet Access client"
arch=(x86_64)
@@ -16,7 +16,7 @@ conflicts=(pia-launch pia-manager pia-tools private-internet-access-vpn)
install=piavpn-bin.install
source=("https://installers.privateinternetaccess.com/download/pia-linux-${_pkgver}.run")
options=(!strip)
-sha256sums=('1ad5ec87b557b9dc993cb71ef71840f7827e24cb1fb5ca2a1da3d1a81798ff49')
+sha256sums=('1f096687b3a7226d9c820a3f9faa58a9daee526470953aebf747ee5ef30bb743')
prepare() {
env -i /bin/sh pia-linux-${_pkgver}.run --noexec --target "${srcdir}/$pkgname-${_pkgver}"