[arch-commits] Commit in iproute2/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Tue Dec 30 20:56:25 UTC 2014
Date: Tuesday, December 30, 2014 @ 21:56:25
Author: ronald
Revision: 228194
upgpkg: iproute2 3.18.0-1
update to 3.18.0
Modified:
iproute2/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-30 20:36:18 UTC (rev 228193)
+++ PKGBUILD 2014-12-30 20:56:25 UTC (rev 228194)
@@ -3,7 +3,7 @@
# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=iproute2
-pkgver=3.17.0
+pkgver=3.18.0
pkgrel=1
pkgdesc="IP Routing Utilities"
arch=('i686' 'x86_64')
@@ -19,16 +19,16 @@
options=('staticlibs' '!makeflags')
backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 'etc/iproute2/rt_protos' \
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 'etc/iproute2/rt_tables')
-#source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
-source=(git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git#tag=v$pkgver
+#source=(git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git#tag=v$pkgver
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
iproute2-fhs.patch
unwanted-link-help.patch)
-sha1sums=('SKIP'
+sha1sums=('844676d882386bbe2ceafc1d08bc29f3f909d35e'
'35b8cf2dc94b73eccad427235c07596146cd6f6c'
'3b1335f4025f657f388fbf4e5a740871e3129c2a')
prepare() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver"
# set correct fhs structure
patch -Np1 -i "$srcdir/iproute2-fhs.patch"
@@ -41,7 +41,7 @@
}
build() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver"
./configure
make
@@ -48,7 +48,7 @@
}
package() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list