update to 12.4-systemd: iproute2-6.16.0

This commit is contained in:
2025-12-22 03:15:12 -05:00
parent e430edb786
commit 07a0dae105

View File

@@ -1,12 +1,12 @@
pkgname=iproute2 pkgname=iproute2
pkgver=6.13.0 pkgver=6.16.0
pkgdesc='IP Routing Utilities' pkgdesc='IP Routing Utilities'
arch=('x86_64') arch=('x86_64')
license=('GPL-2.0-or-later') license=('GPL-2.0-or-later')
homepage='https://www.kernel.org/pub/linux/utils/net/iproute2/' homepage='https://www.kernel.org/pub/linux/utils/net/iproute2/'
sources=("${pkgname}-${pkgver}.tar.xz") sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${sources[0]}") urls=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${sources[0]}")
md5sums=("1603d25120d03feeaba9b360d03ffaec") md5sums=("80e1f91bf59d572acc15d5c6eb4f3e7c")
src_prepare() { src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1 tar -xf ${distdir}/${sources[0]} --strip-components=1
@@ -21,5 +21,5 @@ src_build() {
src_install() { src_install() {
make DESTDIR="${pkgdir}" SBINDIR=/usr/bin/ install make DESTDIR="${pkgdir}" SBINDIR=/usr/bin/ install
install -vDm644 COPYING README* -t "${pkgdir}"/usr/share/doc/iproute2-6.13.0 install -vDm644 COPYING README* -t "${pkgdir}"/usr/share/doc/iproute2-${pkgver}
} }