From e01b395b0a297edd4b865f83fc1ada84a37f7458 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Thu, 18 Apr 2013 09:15:32 +0200 Subject: Management related changes - add back to 'base' group - add .gitignore that ignores build results --- contrib/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'contrib') 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%') -- cgit v1.2.3-24-g4f1b