summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2018-01-13 11:29:12 +0700
committerKonstantin Shalygin2018-01-13 11:29:12 +0700
commitce1a02b28fd044e85f0454e6c440328b4c525c64 (patch)
tree6a340245efc4810171e6d206e491f5ac4bc0bcd9 /PKGBUILD
parent31784dff3c11c108c4852ae5560b5296c37e827e (diff)
downloadaur-ce1a02b28fd044e85f0454e6c440328b4c525c64.tar.gz
frr 3.0.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57768da2c757..e4e4375b8c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='frr'
-pkgver='3.0.2'
-pkgrel='3'
+pkgver='3.0.3'
+pkgrel='1'
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, NHRP and EIGRP.'
arch=('any')
url="https://frrouting.org/"
@@ -16,7 +16,7 @@ source=("https://github.com/FRRouting/${pkgname}/archive/${pkgname}-${pkgver}.ta
"${pkgname}.sysusers"
"${pkgname}.tmpfiles"
"${pkgname}_3.0_systemd_arch.patch")
-sha256sums=('b070a5175ec322ba8661ea01a416d643e794739e2e4281e6ee4d3d9a49199812'
+sha256sums=('c850d6f7ae389e27acb1e808e01e561b0db7e0e35a902ca18ce53839c7906b7b'
'9371cc0522d13621c623b5da77719052bdebdceb7ffdbdc06fc32a2f07118e7e'
'6f8dd86ef9c600763faead3052908531e8dc8ef67058e6f7f8da01bf0fe4eb89'
'caf47e9efa48678121437f41aaa0e8b1bf3f212539082b2b07e0de6b6b9c7ba3')
@@ -35,11 +35,8 @@ prepare() {
--localstatedir="/run/${pkgname}" \
--enable-exampledir="/etc/${pkgname}" \
--enable-ldpd \
- --enable-nhrpd \
- --disable-bgp-vnc \
--disable-watchfrr \
--enable-snmp="agentx" \
- --enable-tcp-zebra \
--enable-multipath=256 \
--enable-user="${pkgname}" \
--enable-group="${pkgname}" \