summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorg Haas2017-10-31 22:55:32 +0100
committerGeorg Haas2017-10-31 22:55:32 +0100
commitd145ceb0db0801ef1d9fed10caf27e8cdf99fb53 (patch)
treef702d4ba5b98136abc85ee2aafbfbf40507233b5 /PKGBUILD
parent85e54864f19f49ccb34c0079407c6dab38311ac1 (diff)
downloadaur-netctl-vpnc.tar.gz
location /usr/lib/network/connections/vpnc moved to /usr/lib/netctl/connections/vpnc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b05b120576e6..cc9b64f1b154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oleksandr Natalenko aka post-factum <oleksandr@natalenko.name>
# Original author: xduugu
pkgname=netctl-vpnc
-pkgver=20130521
+pkgver=20171031
pkgrel=1
pkgdesc="VPNC support for netctl"
arch=(any)
@@ -16,5 +16,5 @@ sha256sums=('c463f7db0928be90b97988d992ace61b476a8c4c3e8eedc5be33a2393c81ed46'
package() {
install -Dm644 "$srcdir/vpnc.profile" "$pkgdir/etc/netctl/examples/vpnc"
- install -Dm755 "$srcdir/vpnc" "$pkgdir/usr/lib/network/connections/vpnc"
+ install -Dm755 "$srcdir/vpnc" "$pkgdir/usr/lib/netctl/connections/vpnc"
}