summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Krizek2018-11-02 17:31:28 +0100
committerTomas Krizek2018-11-02 17:31:28 +0100
commit965ee806ede2864ea0c4eae9408142377cfd37fd (patch)
treeff04683e5fc3fa47ba706298aafebc7349e13cad
parentc38b74f722b98aa7fd52ae917d1a74d3ef8c1453 (diff)
downloadaur-965ee806ede2864ea0c4eae9408142377cfd37fd.tar.gz
add armv7h to supported archs
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aa033c043bd..b6697b1a4b05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.1.0
pkgrel=1
pkgdesc='full caching DNS resolver implementation'
url='https://www.knot-resolver.cz/'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
license=('GPL3')
backup=('etc/knot-resolver/kresd.conf')
options=(debug strip)