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

Christian Hesse eworm at archlinux.org
Sat Feb 25 18:43:44 UTC 2017


    Date: Saturday, February 25, 2017 @ 18:43:44
  Author: eworm
Revision: 289541

upgpkg: iproute2 4.10.0-2

add dependency on libelf

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-25 16:47:34 UTC (rev 289540)
+++ PKGBUILD	2017-02-25 18:43:44 UTC (rev 289541)
@@ -6,7 +6,7 @@
 pkgbase=iproute2
 pkgname=(iproute2 iproute2-doc)
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IP Routing Utilities'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -43,7 +43,7 @@
 }
 
 package_iproute2() {
-  depends=('glibc' 'iptables')
+  depends=('glibc' 'iptables' 'libelf')
   optdepends=('linux-atm: ATM support')
   groups=('base')
   provides=('iproute')



More information about the arch-commits mailing list