Skip to content

Commit b77ef81

Browse files
committed
Update PKGBUILD for 1.0
1 parent 96474e6 commit b77ef81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PKGBUILD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)
22

33
pkgname=pia-tools
4-
pkgver=0.9.8.0
4+
pkgver=1.0
55
pkgrel=1
66
pkgdesc="OpenVPN hook for privateinternetaccess.com"
77
arch=("any")
@@ -21,7 +21,9 @@ package() {
2121
install -Dm644 pia-tools-update.timer "${pkgdir}/usr/lib/systemd/system/pia-tools-update.timer"
2222
install -Dm644 pia_common "${pkgdir}/etc/openvpn/pia/pia_common"
2323
install -Dm755 pia-up "${pkgdir}/etc/openvpn/pia/pia-up"
24-
install -Dm755 pia-up "${pkgdir}/etc/openvpn/pia/pia-down"
24+
install -Dm755 pia-down "${pkgdir}/etc/openvpn/pia/pia-down"
25+
install -Dm755 pia-up "${pkgdir}/etc/openvpn/pia/pia-up.custom.sample"
26+
install -Dm755 pia-down "${pkgdir}/etc/openvpn/pia/pia-down.custom.sample"
2527
# Activate the ovpn update service
2628
install -d -m755 "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants"
2729
ln -s ../pia-tools-update.timer "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants/pia-tools-update.timer"

0 commit comments

Comments
 (0)