summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRunningDroid2015-10-06 01:28:25 -0400
committerRunningDroid2015-10-06 01:28:25 -0400
commit787f003acc9d69576a4d285c054de4d1281712cc (patch)
tree2a3a454614ce8f94152812e0b0040ee5a313c21a
parent5b008371057893903c4b23f1a7123950a79969f4 (diff)
downloadaur-787f003acc9d69576a4d285c054de4d1281712cc.tar.gz
add armv7h to $arch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc8da83ae880..274ba3d09559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=motion-mrdave-git
pkgver=r654.2caced3
pkgrel=1
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams - Mr-Dave's fork"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
url="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
depends=('libjpeg' 'sqlite' 'ffmpeg')