diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/PKGBUILD.in (renamed from contrib/PKGBUILD) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD.in index 0190048..3c7b9b0 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD.in @@ -1,14 +1,15 @@ # Maintainer: Jouke Witteveen <j.witteveen@gmail.com> pkgname=netctl -pkgver=%pkgver% +pkgver=@pkgver@ pkgrel=1 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. +# The source tarball includes pre-built (using asciidoc) documentation. +makedepends=('pkg-config') optdepends=('dialog: for the menu based wifi assistant' 'dhclient: for DHCP support (or dhcpcd)' 'dhcpcd: for DHCP support (or dhclient)' @@ -21,8 +22,8 @@ optdepends=('dialog: for the menu based wifi assistant' ) source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig}) arch=('any') -md5sums=('%md5sum%' - '%md5sum.sig%') +md5sums=('@md5sum@' + '@md5sum.sig@') package() { cd "$srcdir/netctl-${pkgver}" |