mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
update netctl to 0.8
This commit is contained in:
parent
9a5a33b153
commit
d4a4c73d6c
1 changed files with 4 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue