diff options
author | root <root@rshg054.dnsready.net> | 2012-04-30 00:01:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-30 00:01:38 +0000 |
commit | b7cd4b184f75d3d2b54b356e08f296df3a9afb38 (patch) | |
tree | dc5e84c1f7271cf0c8ec0221b5a22e48a884081a /extra/ifplugd/PKGBUILD | |
parent | 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (diff) |
Mon Apr 30 00:01:38 UTC 2012
Diffstat (limited to 'extra/ifplugd/PKGBUILD')
-rw-r--r-- | extra/ifplugd/PKGBUILD | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/extra/ifplugd/PKGBUILD b/extra/ifplugd/PKGBUILD index cc6cd83c1..cde1a503b 100644 --- a/extra/ifplugd/PKGBUILD +++ b/extra/ifplugd/PKGBUILD @@ -1,23 +1,26 @@ -# $Id: PKGBUILD 150402 2012-02-17 12:01:52Z allan $ +# $Id: PKGBUILD 157472 2012-04-28 18:54:17Z dreisner $ # Contributor: Manolis Tzanidakis # Contributor: kevin <kevin@archlinux.org> # Maintainer: pkgname=ifplugd pkgver=0.28 -pkgrel=8 +pkgrel=10 pkgdesc="A daemon which brings up/down network interfaces upon cable insertion/removal." arch=('i686' 'x86_64') url="http://0pointer.de/lennart/projects/ifplugd" license=('GPL2') -depends=('libdaemon' 'bash') +depends=('libdaemon' 'bash' 'net-tools') backup=('etc/ifplugd/ifplugd.conf' 'etc/ifplugd/ifplugd.action') options=('!makeflags') source=($url/${pkgname}-${pkgver}.tar.gz 'ifplugd' 'ifplugd.action' 'ifplugd-0.28-interface.patch' 'ifdown.01-route.sh' 'ifup.01-route.sh' 'ifup.02-ntpdate.sh') -md5sums=('df6f4bab52f46ffd6eb1f5912d4ccee3' '70d66121ae5163348855236951e069a2'\ - 'e91a3d77d707ae79fbc10146848032dc' '54eb22844b5aeed161c0b80aa9008570'\ - 'd6ce6c7bd481a0b3944c944c5b277c0b' 'c35f0a637911b747f8dc3bd3c6156a1b'\ - 'f8690ee18a5ca72555585ee96826c2cf') +md5sums=('df6f4bab52f46ffd6eb1f5912d4ccee3' + 'ef27f40434ca85ccaf57a7e388eb001e' + '6f98767c4ea2cf0580f73ced81efd21a' + '54eb22844b5aeed161c0b80aa9008570' + 'd6ce6c7bd481a0b3944c944c5b277c0b' + 'c35f0a637911b747f8dc3bd3c6156a1b' + 'f8690ee18a5ca72555585ee96826c2cf') build() { cd ${srcdir}/${pkgname}-${pkgver} |