summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab98dc744528..3443d7cd9eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgver=2.5.0
pkgrel=1
_revision=v${pkgver}
pkgdesc="An image processing framework, which uses your USB-, IP- or RPi-camera to recognize events (e.g. motion)."
-arch=('x86_64' 'armv7h')
+arch=('x86_64' 'armv7h' 'armv6h')
url="https://github.com/kerberos-io/machinery"
license=('CC-NC-ND')
depends=()
-makedepends=('cmake' 'autoconf' 'automake')
+makedepends=('make' 'gcc' 'binutils' 'patch' 'cmake' 'autoconf' 'automake' 'git')
source=(${url}/archive/${_revision}.tar.gz
0001-Avoid-using-TLS.patch
0002-Fix-for-distcc.patch)