[arch-commits] Commit in iproute2/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Mon Apr 11 08:50:09 UTC 2022


    Date: Monday, April 11, 2022 @ 08:50:08
  Author: eworm
Revision: 442290

upgpkg: iproute2 5.17.0-2: link against libbpf

This requires libbpf to move to [core].

Modified:
  iproute2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-11 08:38:39 UTC (rev 442289)
+++ PKGBUILD	2022-04-11 08:50:08 UTC (rev 442290)
@@ -4,12 +4,12 @@
 
 pkgname=iproute2
 pkgver=5.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
 license=('GPL2')
 url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
-depends=('glibc' 'iptables' 'libelf')
+depends=('glibc' 'iptables' 'libelf' 'libbpf')
 optdepends=('db: userspace arp daemon'
             'libcap: tipc'
             'linux-atm: ATM support')



More information about the arch-commits mailing list