diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2015-01-12 16:07:22 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2015-01-13 01:08:33 +0100 |
commit | 1f727e70efefc7a22dd86932f9be35a8727cf114 (patch) | |
tree | 788793cd7ee0de61ea7c3d127a501d26dcfa6a9c /contrib | |
parent | cf675b4ab8e56267b56e2d8bc2a30f87f3502abb (diff) | |
download | netctl-1f727e70efefc7a22dd86932f9be35a8727cf114.tar.gz netctl-1f727e70efefc7a22dd86932f9be35a8727cf114.tar.xz |
Minor documentation fixes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/PKGBUILD.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/PKGBUILD.in b/contrib/PKGBUILD.in index 22cddd8..30d5d85 100644 --- a/contrib/PKGBUILD.in +++ b/contrib/PKGBUILD.in @@ -16,7 +16,8 @@ optdepends=('dialog: for the menu based wifi assistant' 'wpa_supplicant: for wireless networking support' 'ifplugd: for automatic wired connections through netctl-ifplugd' 'wpa_actiond: for automatic wireless connections through netctl-auto' - 'ppp: for pppoe connections' + 'ppp: for PPP connections' + 'openvswitch: for Open vSwitch connections' ) source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig}) arch=('any') |