summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-03-31 10:25:26 +0700
committerKonstantin Shalygin2017-03-31 10:25:26 +0700
commitd50586c0c606aade4b59855f49805922c0973f5f (patch)
treecda3886bd74730469e6cae854fe674b4709fd3a6 /PKGBUILD
parentb2c3642edacf7bc8f9a2f22fbcf2c00536d999a1 (diff)
downloadaur-d50586c0c606aade4b59855f49805922c0973f5f.tar.gz
Rename FreeRangeRouting -> FRRouting.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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"