summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2022-07-29 14:58:54 +0700
committerKonstantin Shalygin2022-07-29 14:58:54 +0700
commit79e0432864fe2d77a0ec5690b524fffbdb7e9a70 (patch)
tree4f5a1bb0a9046fa08a37cab22520299560c9a93b
parent2ccc352601d2b2a13eb52ba4871e7e0995453ddf (diff)
downloadaur-79e0432864fe2d77a0ec5690b524fffbdb7e9a70.tar.gz
Added armv7h arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e65d47194b42..376941244231 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = libyang
url = https://github.com/CESNET/libyang
arch = x86_64
arch = aarch64
+ arch = armv7h
license = BSD
checkdepends = cmocka
checkdepends = shunit2
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')