diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-20 11:57:11 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-03-20 11:57:11 +0100 |
commit | 3ee71c470423848b8ce4d172047cd9260c5ce9cc (patch) | |
tree | 94ad454afaebf71f8e49ed2004d8064fc7fc1fb6 /contrib | |
parent | 4b584f8a0d749d08b1fc5af59ead815a80b4fd83 (diff) | |
download | netctl-3ee71c470423848b8ce4d172047cd9260c5ce9cc.tar.gz netctl-3ee71c470423848b8ce4d172047cd9260c5ce9cc.tar.xz |
Just those things you notice _after_ a release
Nothing special.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index bdeec17..9fadd7d 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -7,14 +7,14 @@ pkgdesc="Network configuration and profile scripts" url="http://archlinux.org" license=("BSD") backup=(etc/iftab etc/conf.d/netcfg) -depends=("coreutils" "dhcpcd>=4.0" "iproute2") +depends=("coreutils" "dhcpcd" "iproute2") #makedepends=('asciidoc') # The source tarball includes pre-built documentation. -optdepends=('dialog: Required for menu based profile and wifi selectors' - 'bridge-utils: To set up bridge connections' - 'wpa_supplicant: required for wireless network support' - 'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless' - 'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired' - 'wireless_tools: Required for net-rename' +optdepends=('dialog: for the menu based profile and wifi selectors' + 'bridge-utils: for bridge connections' + 'wpa_supplicant: for wireless networking support' + 'wpa_actiond: for automatic wireless connections through rc.d/net-auto-wireless' + 'ifplugd: for automatic wired connections through rc.d/net-auto-wired' + 'wireless_tools: for interface renaming through net-rename' ) source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz) arch=(any) |