summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-03-14 09:29:35 +0700
committerKonstantin Shalygin2019-03-14 09:29:35 +0700
commit57dcac2d430da618ff239e2162fa7ff3bec8ba9f (patch)
treec4996eb22ce8d6738d9a859c1258d2fb86bc32cd
parentd5d9effe08c670e2134b2a71526f36e513a84091 (diff)
downloadaur-57dcac2d430da618ff239e2162fa7ff3bec8ba9f.tar.gz
Bump to 7.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0ce13e329cf..91c2db37dffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Feb 22 02:18:49 UTC 2019
+# Thu Mar 14 02:29:14 UTC 2019
pkgbase = frr
pkgdesc = FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.
- pkgver = 6.0.2
- pkgrel = 3
+ pkgver = 7.0
+ pkgrel = 1
url = https://frrouting.org/
arch = any
license = GPL2
- makedepends = patch
+ checkdepends = python-pytest
makedepends = gcc
makedepends = net-snmp
makedepends = bison
makedepends = c-ares
makedepends = perl-xml-libxml
makedepends = python-sphinx
- makedepends = python-pytest
depends = libcap
depends = libnl
depends = readline
@@ -24,15 +23,16 @@ pkgbase = frr
depends = json-c
depends = net-snmp
depends = rtrlib
+ depends = libyang
provides = quagga
provides = quagga_cumulus
conflicts = quagga
conflicts = babeld
conflicts = quagga_cumulus
- source = https://github.com/FRRouting/frr/archive/frr-6.0.2.tar.gz
+ source = https://github.com/FRRouting/frr/archive/frr-7.0.tar.gz
source = frr.sysusers
source = frr.tmpfiles
- sha256sums = dde97d012b6068a1230c0c6a03b38015befae37f617b9ffbd17024c71a170d94
+ sha256sums = 15b62dc0c52531e4bcefa6b830e9b9b07d1d0f189c2110307dbc19d80b719354
sha256sums = 9371cc0522d13621c623b5da77719052bdebdceb7ffdbdc06fc32a2f07118e7e
sha256sums = 6f8dd86ef9c600763faead3052908531e8dc8ef67058e6f7f8da01bf0fe4eb89
diff --git a/PKGBUILD b/PKGBUILD
index d71809682c7a..afc19e0c58d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,22 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='frr'
-pkgver='6.0.2'
-pkgrel='3'
+pkgver='7.0'
+pkgrel='1'
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')
-makedepends=('patch' 'gcc' 'net-snmp' 'bison' 'c-ares' 'perl-xml-libxml' 'python-sphinx' 'python-pytest')
+depends=('libcap' 'libnl' 'readline' 'ncurses' 'perl' 'pam' 'json-c' 'net-snmp' 'rtrlib'
+ 'libyang')
+makedepends=('gcc' 'net-snmp' 'bison' 'c-ares' 'perl-xml-libxml' 'python-sphinx')
+checkdepends=('python-pytest')
conflicts=('quagga' 'babeld' 'quagga_cumulus')
provides=('quagga' 'quagga_cumulus')
source=("https://github.com/FRRouting/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.sysusers"
"${pkgname}.tmpfiles")
-sha256sums=('dde97d012b6068a1230c0c6a03b38015befae37f617b9ffbd17024c71a170d94'
+sha256sums=('15b62dc0c52531e4bcefa6b830e9b9b07d1d0f189c2110307dbc19d80b719354'
'9371cc0522d13621c623b5da77719052bdebdceb7ffdbdc06fc32a2f07118e7e'
'6f8dd86ef9c600763faead3052908531e8dc8ef67058e6f7f8da01bf0fe4eb89')