summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-03-31 10:25:26 +0700
committerKonstantin Shalygin2017-03-31 10:25:26 +0700
commitd50586c0c606aade4b59855f49805922c0973f5f (patch)
treecda3886bd74730469e6cae854fe674b4709fd3a6
parentb2c3642edacf7bc8f9a2f22fbcf2c00536d999a1 (diff)
downloadaur-d50586c0c606aade4b59855f49805922c0973f5f.tar.gz
Rename FreeRangeRouting -> FRRouting.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8813d091bf02..41ac07238330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Feb 18 08:14:33 UTC 2017
+# Fri Mar 31 03:24:58 UTC 2017
pkgbase = frr
- pkgdesc = FreeRangeRouting (quagga fork) supports BGP4/OSPF/RIP/PIM-SM/MSDP and LDP as well as very early support for IS-IS.
- pkgver = 2.0_rc1.5171.e2ff97b9
+ pkgdesc = FRRouting (quagga fork) supports BGP4/OSPF/RIP/PIM-SM/MSDP and LDP as well as very early support for IS-IS.
+ pkgver = 2.0_rc2.5210.98b506c2
pkgrel = 1
- url = https://github.com/freerangerouting/frr
+ url = https://github.com/FRRouting/frr
arch = any
license = GPL2
makedepends = git
@@ -13,7 +13,6 @@ pkgbase = frr
makedepends = grep
makedepends = net-snmp
makedepends = json-c
- makedepends = python-pytest
depends = libcap
depends = libnl
depends = readline
@@ -25,7 +24,7 @@ pkgbase = frr
provides = quagga_cumulus
conflicts = quagga
conflicts = quagga_cumulus
- source = frr::git+https://github.com/freerangerouting/frr
+ source = frr::git+https://github.com/FRRouting/frr
source = frr.sysusers
source = frr.tmpfiles
source = frr_systemd_arch.patch
diff --git a/PKGBUILD b/PKGBUILD
index 37c41cf6b3a7..d3cd6e8fff98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='frr'
-pkgver=2.0_rc1.5171.e2ff97b9
+pkgver=2.0_rc2.5210.98b506c2
pkgrel=1
-pkgdesc='FreeRangeRouting (quagga fork) supports BGP4/OSPF/RIP/PIM-SM/MSDP and LDP as well as very early support for IS-IS.'
+pkgdesc='FRRouting (quagga fork) supports BGP4/OSPF/RIP/PIM-SM/MSDP and LDP as well as very early support for IS-IS.'
arch=('any')
-url="https://github.com/freerangerouting/${pkgname}"
+url="https://github.com/FRRouting/${pkgname}"
license=('GPL2')
depends=('libcap' 'libnl' 'readline' 'ncurses' 'perl' 'json-c' 'net-snmp')
-makedepends=('git' 'patch' 'gcc' 'grep' 'net-snmp' 'json-c' 'python-pytest')
-conflicts=("quagga" "quagga_cumulus")
-provides=("quagga" "quagga_cumulus")
+makedepends=('git' 'patch' 'gcc' 'grep' 'net-snmp' 'json-c')
+conflicts=('quagga' 'quagga_cumulus')
+provides=('quagga' 'quagga_cumulus')
source=("${pkgname}::git+${url}"
"${pkgname}.sysusers"
"${pkgname}.tmpfiles"