summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2020-11-06 12:39:41 +0100
committerMarcel Röthke2020-11-06 12:39:41 +0100
commit7d4cc844feb62ca6293f5f066be9f4538c94b71f (patch)
treea0a7ea5ea4689e9900b88a4e58d847317984797f /PKGBUILD
parentbe35fbabc83ce1297654964365f855ce8753627a (diff)
downloadaur-7d4cc844feb62ca6293f5f066be9f4538c94b71f.tar.gz
rtrlib: add aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5b0b0a56f64..892701799c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=rtrlib
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="RPKI-RTR client library"
-arch=(x86_64 i686)
+arch=(x86_64 i686 aarch64)
url="https://github.com/rtrlib/rtrlib"
license=('MIT')
depends=(libssh)