From 28875124ac86ad7e3c9b11333aaae6acd71c8ba8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Mon, 26 Sep 2016 11:54:08 +0200 Subject: [PATCH] Add ARM architectures --- .SRCINFO | 9 ++++++--- PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index aaee4e6..5aa6a16 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,15 @@ # Generated by mksrcinfo v8 -# Sun Sep 25 11:23:02 UTC 2016 +# Mon Sep 26 09:54:00 UTC 2016 pkgbase = motion-git pkgdesc = A software motion detector which grabs images from video4linux devices and/or from webcams - pkgver = release.3.4.1.r98.g7e16a9e - pkgrel = 2 + pkgver = release.3.4.1.r105.g7692717 + pkgrel = 1 url = https://motion-project.github.io/ arch = i686 arch = x86_64 + arch = armv6h + arch = armv7h + arch = aarch64 license = GPL depends = libjpeg depends = v4l-utils diff --git a/PKGBUILD b/PKGBUILD index fe7afdd..53a8720 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,10 +3,10 @@ pkgname=motion-git _pkgname=motion -pkgver=release.3.4.1.r98.g7e16a9e -pkgrel=2 +pkgver=release.3.4.1.r105.g7692717 +pkgrel=1 pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') license=('GPL') url="https://motion-project.github.io/" depends=('libjpeg' 'v4l-utils' 'ffmpeg')