]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/arch: add armv7h to supported archs
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 2 Nov 2018 16:30:56 +0000 (17:30 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 17 Dec 2018 10:57:19 +0000 (11:57 +0100)
distro/arch/PKGBUILD

index fd2ba6f9bca7a854bbee0e73b71abcbf8544ea7b..4366ed14b1e9c44ecefee1b6d3101fbf8eb1781c 100644 (file)
@@ -6,7 +6,7 @@ pkgver=__VERSION__
 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)