diff options
author | Thomas Bächler <thomas@archlinux.org> | 2012-10-15 23:15:26 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-10-15 23:15:26 +0200 |
commit | a03b96f1cf12bb8ce60cad97300cb0bd68433188 (patch) | |
tree | 256fcc393469118633a9c45548e15a92bd8ccbdb | |
parent | 4d53c6a4bcef9ce54d77f282cf6fd3b1d14a355f (diff) | |
download | netctl-a03b96f1cf12bb8ce60cad97300cb0bd68433188.tar.gz netctl-a03b96f1cf12bb8ce60cad97300cb0bd68433188.tar.xz |
add to base group
-rw-r--r-- | contrib/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index 108dbe5..9ccc600 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="Network configuration and profile scripts" url="http://archlinux.org/netcfg/" license=("BSD") backup=(etc/iftab etc/conf.d/netcfg) +groups=(base) depends=("coreutils" "dhcpcd" "iproute2") #makedepends=('asciidoc') # The source tarball includes pre-built documentation. optdepends=('dialog: for the menu based profile and wifi selectors' |