summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2023-08-26 14:44:43 +0700
committerKonstantin Shalygin2023-08-26 14:45:26 +0700
commitaf6289a3400d380ea843617b12f8d9d135da3d5f (patch)
tree0285a5c20f1605545f0fa7886581ee9713a1f6ee /PKGBUILD
parente24faaa6ecc6ebf885f6157b448bc01daf69dcd1 (diff)
downloadaur-af6289a3400d380ea843617b12f8d9d135da3d5f.tar.gz
Added conflict with libyang 2.1.111
https://github.com/CESNET/libyang/issues/2090
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d12695ff26f5..a31061d75184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname='frr'
pkgver='9.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, BFD, VRRP, NHRP and EIGRP'
arch=('x86_64' 'aarch64' 'armv7h')
url="https://frrouting.org"
license=('GPL2')
depends=('libcap' 'libnl' 'readline' 'ncurses' 'perl' 'pam' 'json-c' 'net-snmp'
- 'rtrlib' 'libyang' 'libunwind' 'c-ares' 'protobuf-c')
+ 'rtrlib' 'libyang<=2.1.80' 'libunwind' 'c-ares' 'protobuf-c')
makedepends=('patch' 'gcc' 'net-snmp' 'bison' 'perl-xml-libxml' 'python-sphinx')
checkdepends=('python-pytest')
optdepends=('rsyslog: syslog support')