summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2022-07-29 14:58:54 +0700
committerKonstantin Shalygin2022-07-29 14:58:54 +0700
commit79e0432864fe2d77a0ec5690b524fffbdb7e9a70 (patch)
tree4f5a1bb0a9046fa08a37cab22520299560c9a93b /PKGBUILD
parent2ccc352601d2b2a13eb52ba4871e7e0995453ddf (diff)
downloadaur-79e0432864fe2d77a0ec5690b524fffbdb7e9a70.tar.gz
Added armv7h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95deea10249d..46abf6830a35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver='2.0.231'
pkgrel='1'
pkgdesc='A YANG data modelling language parser and toolkit written (and providing API) in C'
url="https://github.com/CESNET/${pkgname}"
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'aarch64' 'armv7h')
license=('BSD')
depends=('pcre2')
makedepends=('cmake' 'swig' 'doxygen' 'graphviz')