diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-04-18 09:15:32 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-04-18 09:15:32 +0200 |
commit | e01b395b0a297edd4b865f83fc1ada84a37f7458 (patch) | |
tree | 785ec45fdade0d664620c3f2891be3f48485d3e6 /contrib | |
parent | e95c9680e0632d835a1786a74c1d2bb2fc5b4a60 (diff) | |
download | netctl-e01b395b0a297edd4b865f83fc1ada84a37f7458.tar.gz netctl-e01b395b0a297edd4b865f83fc1ada84a37f7458.tar.xz |
Management related changes
- add back to 'base' group
- add .gitignore that ignores build results
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index 0126bf5..aabe144 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -3,10 +3,11 @@ pkgname=netctl pkgver=%pkgver% pkgrel=1 -pkgdesc="Profile based systemd network management" -url="http://projects.archlinux.org/netctl.git/" -license=("GPL") -depends=("coreutils" "iproute2" "openresolv") +pkgdesc='Profile based systemd network management' +url='http://projects.archlinux.org/netctl.git/' +license=('GPL') +groups=('base') +depends=('coreutils' 'iproute2' 'openresolv') #makedepends=('asciidoc') # The source tarball includes pre-built documentation. optdepends=('dialog: for the menu based wifi assistant' 'dhclient: for DHCP support (or dhcpcd)' @@ -18,9 +19,9 @@ optdepends=('dialog: for the menu based wifi assistant' 'bridge-utils: for bridge connections' 'ppp: for pppoe connections' ) -conflicts=("netcfg") +conflicts=('netcfg') source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig}) -arch=(any) +arch=('any') md5sums=('%md5sum%' '%md5sum.sig%') |