summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-02-05 17:00:01 +0100
committerNicolas Iooss2023-02-05 17:00:01 +0100
commitb1b48591221a5d1dec143b98f51eb3ca790dae69 (patch)
tree86d0abd04a853fe684ab88cd8d648e3137f6c0e7
parent8891d0b8e037cacb554e0cc524668bf41caaac9e (diff)
downloadaur-b1b48591221a5d1dec143b98f51eb3ca790dae69.tar.gz
iproute2-selinux 6.1.0-4 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80594da0fa62..c9deb0828cde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
pkgver = 6.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
arch = aarch64
@@ -10,14 +10,15 @@ pkgbase = iproute2-selinux
makedepends = linux-atm
depends = glibc
depends = iptables
+ depends = libcap
depends = libelf
depends = libbpf
depends = libselinux
optdepends = db5.3: userspace arp daemon
- optdepends = libcap: tipc
optdepends = linux-atm: ATM support
+ optdepends = python: for routel
provides = iproute
- provides = iproute2=6.1.0-3
+ provides = iproute2=6.1.0-4
conflicts = iproute2
options = staticlibs
backup = etc/iproute2/bpf_pinning
diff --git a/PKGBUILD b/PKGBUILD
index 867d7b2663e7..b3c4497899e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,17 @@
pkgname=iproute2-selinux
pkgver=6.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64' 'aarch64')
license=('GPL2')
groups=('selinux')
url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
-depends=('glibc' 'iptables' 'libelf' 'libbpf' 'libselinux')
+depends=('glibc' 'iptables' 'libcap' 'libelf' 'libbpf' 'libselinux')
makedepends=('db5.3')
optdepends=('db5.3: userspace arp daemon'
- 'libcap: tipc'
- 'linux-atm: ATM support')
+ 'linux-atm: ATM support'
+ 'python: for routel')
provides=('iproute' "${pkgname/-selinux}=${pkgver}-${pkgrel}")
conflicts=("${pkgname/-selinux}")
backup=('etc/iproute2/bpf_pinning'