diff options
Diffstat (limited to 'testing/iproute2')
-rw-r--r-- | testing/iproute2/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/iproute2/PKGBUILD b/testing/iproute2/PKGBUILD index 42f4a58fa..04965a823 100644 --- a/testing/iproute2/PKGBUILD +++ b/testing/iproute2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 168760 2012-10-15 18:55:23Z ronald $ +# $Id: PKGBUILD 168945 2012-10-16 17:02:14Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=iproute2 pkgver=3.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="IP Routing Utilities" arch=('i686' 'x86_64') license=('GPL2') @@ -12,6 +12,7 @@ url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" depends=('glibc' 'db' 'iptables') makedepends=('linux-atm') optdepends=('linux-atm: ATM support') +groups=('base') provides=('iproute') conflicts=('iproute') replaces=('iproute') |