summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM. Shulhan2016-09-06 19:39:43 +0700
committerM. Shulhan2016-09-06 19:39:43 +0700
commitfa66c2946a27ee9eba6816e518ebef9d5c3fb9a6 (patch)
tree51be8cc753e9a423b0d86f0dcb4db22a4c865dd1 /PKGBUILD
parent43ceac9cf4b71c0e19e734e2af0507e2b1745113 (diff)
downloadaur-fa66c2946a27ee9eba6816e518ebef9d5c3fb9a6.tar.gz
Add support for ARM device
Tested with Raspberry PI 2 with Arch Linux ARM. Also, we add gcc, make, fakeroot, and git as dependency for make, to automatically install the package without required manual install before it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ecaec7a30d7..0320d98e448f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=rescached-git
pkgver=1.2.0.r5.g180e523
pkgrel=1
pkgdesc="Resolver/DNS cache daemon"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/shuLhan/rescached"
license=('custom:BSD')
@@ -11,7 +11,7 @@ depends=('gcc-libs')
provides=('rescached')
conflicts=('bind' 'nsd' 'pdnsd' 'powerdns' 'unbound')
-makedepends=('git' 'asciidoc')
+makedepends=('gcc' 'make' 'fakeroot' 'git' 'asciidoc')
source=(
"$pkgname::git+https://github.com/shuLhan/rescached.git"
"libvos::git+https://github.com/shuLhan/libvos.git"