summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2023-08-09 12:20:36 +0700
committerKonstantin Shalygin2023-08-09 12:20:36 +0700
commite24faaa6ecc6ebf885f6157b448bc01daf69dcd1 (patch)
tree903a354d63e9fc8be66203e7d8c543fb3a0d29bb
parentd38981030c378cf1c481d1c1c6e2736a3e70ee64 (diff)
downloadaur-e24faaa6ecc6ebf885f6157b448bc01daf69dcd1.tar.gz
Added protobuf-c to deps & updated sums
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 306c7ab20814..858f6a4ddfef 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 = 2
+ pkgrel = 3
url = https://frrouting.org
arch = x86_64
arch = aarch64
@@ -26,6 +26,7 @@ pkgbase = frr
depends = libyang
depends = libunwind
depends = c-ares
+ depends = protobuf-c
optdepends = rsyslog: syslog support
provides = quagga
provides = quagga_cumulus
@@ -39,7 +40,7 @@ pkgbase = frr
source = frr.sysusers
source = frr.tmpfiles
source = frr_9.0_Archlinux.patch
- sha256sums = e818ef119ee924da0cf43d58c9eee01090f59a7b7240b989b7f529dc7d44de54
+ sha256sums = 29a2a234175b89f69794e5276aa628acdbedb589c25cb3dc2c4bc53c4b7c062e
sha256sums = 9371cc0522d13621c623b5da77719052bdebdceb7ffdbdc06fc32a2f07118e7e
sha256sums = 6f8dd86ef9c600763faead3052908531e8dc8ef67058e6f7f8da01bf0fe4eb89
sha256sums = f4964d2138496ec883e149cf888d7b6456b0e3eea01e494a1e834475568749f7
diff --git a/PKGBUILD b/PKGBUILD
index 9f75970ddf1e..d12695ff26f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname='frr'
pkgver='9.0'
-pkgrel='2'
+pkgrel='3'
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')
+ 'rtrlib' 'libyang' 'libunwind' 'c-ares' 'protobuf-c')
makedepends=('patch' 'gcc' 'net-snmp' 'bison' 'perl-xml-libxml' 'python-sphinx')
checkdepends=('python-pytest')
optdepends=('rsyslog: syslog support')
@@ -23,7 +23,7 @@ source=("https://github.com/FRRouting/${pkgname}/archive/${pkgname}-${pkgver}.ta
"${pkgname}.sysusers"
"${pkgname}.tmpfiles"
"${pkgname}_${pkgver}_Archlinux.patch")
-sha256sums=('e818ef119ee924da0cf43d58c9eee01090f59a7b7240b989b7f529dc7d44de54'
+sha256sums=('29a2a234175b89f69794e5276aa628acdbedb589c25cb3dc2c4bc53c4b7c062e'
'9371cc0522d13621c623b5da77719052bdebdceb7ffdbdc06fc32a2f07118e7e'
'6f8dd86ef9c600763faead3052908531e8dc8ef67058e6f7f8da01bf0fe4eb89'
'f4964d2138496ec883e149cf888d7b6456b0e3eea01e494a1e834475568749f7')
@@ -56,7 +56,7 @@ prepare() {
build() {
cd "${pkgname}-${pkgname}-${pkgver}"
- make -j4
+ make
}
check() {