summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2023-08-26 14:44:43 +0700
committerKonstantin Shalygin2023-08-26 14:45:26 +0700
commitaf6289a3400d380ea843617b12f8d9d135da3d5f (patch)
tree0285a5c20f1605545f0fa7886581ee9713a1f6ee
parente24faaa6ecc6ebf885f6157b448bc01daf69dcd1 (diff)
downloadaur-af6289a3400d380ea843617b12f8d9d135da3d5f.tar.gz
Added conflict with libyang 2.1.111
https://github.com/CESNET/libyang/issues/2090
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 858f6a4ddfef..6de7a661175f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = frr
pkgdesc = FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, BFD, VRRP, NHRP and EIGRP
pkgver = 9.0
- pkgrel = 3
+ pkgrel = 4
url = https://frrouting.org
arch = x86_64
arch = aarch64
@@ -23,7 +23,7 @@ pkgbase = frr
depends = json-c
depends = net-snmp
depends = rtrlib
- depends = libyang
+ depends = libyang<=2.1.80
depends = libunwind
depends = c-ares
depends = protobuf-c
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')