summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-11-05 14:23:33 +0700
committerKonstantin Shalygin2020-11-05 14:23:33 +0700
commit7668fa0082f839f773f11f3e068f7103289ce881 (patch)
tree46c86ca14b9974c9bd89fe0bf0b256bf59412627 /PKGBUILD
parent064392248f7a7991d38dce6ef6a2274777215d79 (diff)
downloadaur-7668fa0082f839f773f11f3e068f7103289ce881.tar.gz
Added aarch64 to arch'es
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 042db2fafdb6..5de900724b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname='frr'
pkgver='7.4'
-pkgrel='6'
+pkgrel='7'
pkgdesc='FRRouting (quagga fork) supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, LDP, BFD, VRRP, NHRP and EIGRP.'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://frrouting.org/"
license=('GPL2')
depends=('libcap' 'libnl' 'readline' 'ncurses' 'perl' 'pam' 'json-c' 'net-snmp'