Add ARM architectures

This commit is contained in:
Sebastiaan Lokhorst
2016-09-26 11:54:08 +02:00
parent 22444a9663
commit 28875124ac
2 changed files with 9 additions and 6 deletions

View File

@@ -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

View File

@@ -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')