Skip to content

Commit

Permalink
Update PKGBUILD for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Mar 12, 2016
1 parent 96474e6 commit b77ef81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)

pkgname=pia-tools
pkgver=0.9.8.0
pkgver=1.0
pkgrel=1
pkgdesc="OpenVPN hook for privateinternetaccess.com"
arch=("any")
Expand All @@ -21,7 +21,9 @@ package() {
install -Dm644 pia-tools-update.timer "${pkgdir}/usr/lib/systemd/system/pia-tools-update.timer"
install -Dm644 pia_common "${pkgdir}/etc/openvpn/pia/pia_common"
install -Dm755 pia-up "${pkgdir}/etc/openvpn/pia/pia-up"
install -Dm755 pia-up "${pkgdir}/etc/openvpn/pia/pia-down"
install -Dm755 pia-down "${pkgdir}/etc/openvpn/pia/pia-down"
install -Dm755 pia-up "${pkgdir}/etc/openvpn/pia/pia-up.custom.sample"
install -Dm755 pia-down "${pkgdir}/etc/openvpn/pia/pia-down.custom.sample"
# Activate the ovpn update service
install -d -m755 "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants"
ln -s ../pia-tools-update.timer "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants/pia-tools-update.timer"
Expand Down

0 comments on commit b77ef81

Please sign in to comment.