community/motion to 4.1.1-1

This commit is contained in:
Kevin Mihelich 2017-12-12 00:38:34 +00:00
parent 2e4394e26a
commit 2e880f08bc

View file

@ -1,11 +1,12 @@
# $Id$
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer:
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - configure with --without-optimizecpu to avoid overrides to our CFLAGS
pkgname=motion
pkgver=4.1
pkgver=4.1.1
pkgrel=1
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
arch=('x86_64')
@ -14,7 +15,7 @@ url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome"
depends=('sqlite' 'ffmpeg')
backup=('etc/motion/motion.conf')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz")
sha256sums=('277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741')
sha256sums=('2074b935bdfe28f84c2c3233274b06908336778f303bb13530d4299c3f8aa4e2')
build() {
cd "${srcdir}/${pkgname}-release-${pkgver}"