diff options
Diffstat (limited to 'main/iproute2/APKBUILD')
-rw-r--r-- | main/iproute2/APKBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/main/iproute2/APKBUILD b/main/iproute2/APKBUILD index 5940545e8..11bb97a94 100644 --- a/main/iproute2/APKBUILD +++ b/main/iproute2/APKBUILD @@ -1,17 +1,18 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iproute2 -pkgver=2.6.38 +pkgver=3.2.0 _realver=$pkgver -pkgrel=1 +pkgrel=0 pkgdesc="IP Routing Utilities" -url="http://www.linux-foundation.org/en/Net:Iproute2" +url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" arch="all" license="GPL2" depends= install="$pkgname.post-install" makedepends="bison flex bash" subpackages="$pkgname-doc" -source="http://devresources.linux-foundation.org/dev/iproute2/download/$pkgname-$_realver.tar.bz2 +source="http://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz + remove-libnl-headers.patch " prepare() { @@ -39,4 +40,5 @@ package() { make -j1 DESTDIR="$pkgdir" install } -md5sums="a243bfea837e71824b7ca26c3bb45fa8 iproute2-2.6.38.tar.bz2" +md5sums="6f814291cc3d7f4312cf8c2c052da5f1 iproute2-3.2.0.tar.xz +63c85514579652f7912f240234d6d4b4 remove-libnl-headers.patch" |