summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaurent Brock2023-09-20 17:19:05 +0200
committerLaurent Brock2023-09-20 17:19:05 +0200
commit4dea9cc0f6ff61b040d83c5492e649181d0354a6 (patch)
tree57c719fb3c604a3b4c2c58bd5aa5c224b3b7832a /PKGBUILD
parentffe2f5a3041805c078b135f090134832dc120299 (diff)
downloadaur-4dea9cc0f6ff61b040d83c5492e649181d0354a6.tar.gz
Fix for iproute2 package changing rt_tables file location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f55d5e2191d5..a7591378dde9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: solsTiCe d'Hiver <solstice.dhiver@gmail.com>
+# Maintainer: Laurent Brock <incognito0135@protonmail.com>
pkgname=piavpn-bin
pkgver=3.3.1_06924
_pkgver=${pkgver/\.0_/_}
_pkgver=${_pkgver/_/-}
-pkgrel=3
+pkgrel=4
pkgdesc="Private Internet Access client"
# https://www.privateinternetaccess.com/pages/changelog
arch=('x86_64' 'aarch64')
@@ -66,6 +66,10 @@ package() {
# limit log to the minimum to avoid excessive flooding
mkdir -p $pkgdir/opt/piavpn/var
cat > $pkgdir/opt/piavpn/var/debug.txt << EOF
+
+ echo "== For a first install, you need to enable and start piavpn.service. Run sudo systemctl enable --now piavpn.service =="
+ echo "== If you are upgrading from 3.3.1_06924-3 to 3.3.1_06924-4, you need to uninstall and reinstall the package, as the rt_tables file has changed locations =="
+
[rules]
*.debug=false
*.info=false