upgpkg: motion-git 4.6.0.r10.11e5ca7-1
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,11 +1,13 @@
|
|||||||
pkgbase = motion-git
|
pkgbase = motion-git
|
||||||
pkgdesc = Monitor and record video signals from many types of cameras
|
pkgdesc = Monitor and record video signals from many types of cameras
|
||||||
pkgver = 4.4.0.r44.db94a89
|
pkgver = 4.6.0.r10.11e5ca7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://motion-project.github.io
|
url = https://motion-project.github.io
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL-2.0-or-later
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
depends = glibc
|
||||||
|
depends = libjpeg-turbo
|
||||||
depends = sqlite
|
depends = sqlite
|
||||||
depends = ffmpeg
|
depends = ffmpeg
|
||||||
depends = libmicrohttpd
|
depends = libmicrohttpd
|
||||||
|
14
PKGBUILD
14
PKGBUILD
@@ -5,21 +5,19 @@
|
|||||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
|
|
||||||
pkgname=motion-git
|
pkgname=motion-git
|
||||||
pkgver=4.4.0.r44.db94a89
|
pkgver=4.6.0.r10.11e5ca7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Monitor and record video signals from many types of cameras"
|
pkgdesc='Monitor and record video signals from many types of cameras'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=(GPL)
|
license=(GPL-2.0-or-later)
|
||||||
url="https://motion-project.github.io"
|
url='https://motion-project.github.io'
|
||||||
conflicts=(motion)
|
conflicts=(motion)
|
||||||
depends=(sqlite ffmpeg libmicrohttpd libwebp mariadb-libs)
|
depends=(glibc libjpeg-turbo sqlite ffmpeg libmicrohttpd libwebp mariadb-libs)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
optdepends=('gettext: native language support')
|
optdepends=('gettext: native language support')
|
||||||
backup=('etc/motion/motion.conf')
|
backup=('etc/motion/motion.conf')
|
||||||
source=("git+https://github.com/Motion-Project/motion.git"
|
source=("git+https://github.com/Motion-Project/motion.git"
|
||||||
'motion.service'
|
${pkgname%-git}.{service,sysusers,tmpfiles})
|
||||||
'motion.sysusers'
|
|
||||||
'motion.tmpfiles')
|
|
||||||
b2sums=('SKIP'
|
b2sums=('SKIP'
|
||||||
'c66ca8a7723b78f05cf4750377276891cb6025a74ec33960ccaa3939a25edb6eca713d36ded94d20db70cd1bd6694629eb6d43ba63e8165be145bb9d6a668771'
|
'c66ca8a7723b78f05cf4750377276891cb6025a74ec33960ccaa3939a25edb6eca713d36ded94d20db70cd1bd6694629eb6d43ba63e8165be145bb9d6a668771'
|
||||||
'e923b20ceb893fb52cffc530f3d777ccbaffd7aef447f368a6a83b73043795acfb6a26da0bcdeb695a3b356baebe9ad89ea9aabd27e986c482dcd71670957a84'
|
'e923b20ceb893fb52cffc530f3d777ccbaffd7aef447f368a6a83b73043795acfb6a26da0bcdeb695a3b356baebe9ad89ea9aabd27e986c482dcd71670957a84'
|
||||||
|
Reference in New Issue
Block a user