netctl: update to 1.3.
This commit is contained in:
parent
9d21ef3f87
commit
1b7b1873dd
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'netctl'
|
# Template file for 'netctl'
|
||||||
pkgname=netctl
|
pkgname=netctl
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="pkg-config iproute2 openresolv dhcpcd wpa_supplicant dialog systemd-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="iproute2 openresolv dhcpcd wpa_supplicant dialog systemd-devel"
|
||||||
short_desc="Profile based systemd network management"
|
short_desc="Profile based systemd network management"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
homepage="http://projects.archlinux.org/netctl.git/"
|
homepage="http://projects.archlinux.org/netctl.git/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
distfiles="ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=49489097a64e9e4ff160ca531c9859de5a5475a73a070a8e6bce4eccba5e964b
|
checksum=f0019cca3a87c03253f18251f7157c2c43d2468ee541ac0fdab8f8aeecec8488
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=$DESTDIR install
|
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||||
|
|
Loading…
Reference in a new issue