summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-05-06 11:22:26 +0700
committerKonstantin Shalygin2019-05-06 11:22:26 +0700
commit3a52551553800c1d8042f5bcdf31e6fe14420ed4 (patch)
treec6bb892b83c83dc62a29c7b11889dbd890011628
parent6076e7ed34de554d8c8b74b60ac95a2a12c5528f (diff)
downloadaur-3a52551553800c1d8042f5bcdf31e6fe14420ed4.tar.gz
Added libunwind dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 091461e44a14..f9593587dd18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 29 06:55:02 UTC 2019
+# Mon May 6 04:21:53 UTC 2019
pkgbase = frr
pkgdesc = FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.
pkgver = 7.0
- pkgrel = 2
+ pkgrel = 3
url = https://frrouting.org/
arch = any
license = GPL2
@@ -24,6 +24,7 @@ pkgbase = frr
depends = net-snmp
depends = rtrlib
depends = libyang
+ depends = libunwind
provides = quagga
provides = quagga_cumulus
conflicts = quagga
diff --git a/PKGBUILD b/PKGBUILD
index 81ac7b982e51..5cdbe24a438c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='frr'
pkgver='7.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.'
arch=('any')
url="https://frrouting.org/"
license=('GPL2')
depends=('libcap' 'libnl' 'readline' 'ncurses' 'perl' 'pam' 'json-c' 'net-snmp' 'rtrlib'
- 'libyang')
+ 'libyang' 'libunwind')
makedepends=('gcc' 'net-snmp' 'bison' 'c-ares' 'perl-xml-libxml' 'python-sphinx')
checkdepends=('python-pytest')
conflicts=('quagga' 'babeld' 'quagga_cumulus')