Merge pull request #450 from gtmanfred/master

update netctl to 0.8
This commit is contained in:
Mike Brown 2013-04-08 09:54:18 -07:00
commit 12f5a8d7f5

View file

@ -1,7 +1,7 @@
# Maintainer: Jouke Witteveen <j.witteveen@gmail.com>
pkgname=netctl
pkgver=0.6
pkgver=0.8
pkgrel=1
arch=(any)
pkgdesc="Network configuration and profile scripts"
@ -21,9 +21,10 @@ optdepends=('dialog: for the menu based wifi assistant'
conflicts=("netcfg")
provides=("netcfg")
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz)
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
arch=(any)
md5sums=('d19b6a30b388c3c713fac75326229068')
md5sums=('d19b6a30b388c3c713fac75326229068'
'SKIP')
package() {
cd "$srcdir/netctl-${pkgver}"