upgpkg: motion-git 4.6.0.r11.629b3ba-2

add missing provides
This commit is contained in:
Giovanni Harting 2024-06-03 20:23:10 +02:00
parent d4045be23d
commit c2e1455d3e
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = motion-git
pkgdesc = Monitor and record video signals from many types of cameras
pkgver = 4.6.0.r11.629b3ba
pkgrel = 1
pkgrel = 2
url = https://motion-project.github.io
arch = x86_64
license = GPL-2.0-or-later
@ -14,6 +14,7 @@ pkgbase = motion-git
depends = libwebp
depends = mariadb-libs
optdepends = gettext: native language support
provides = motion
conflicts = motion
backup = etc/motion/motion.conf
source = git+https://github.com/Motion-Project/motion.git

View File

@ -6,12 +6,13 @@
pkgname=motion-git
pkgver=4.6.0.r11.629b3ba
pkgrel=1
pkgrel=2
pkgdesc='Monitor and record video signals from many types of cameras'
arch=(x86_64)
license=(GPL-2.0-or-later)
url='https://motion-project.github.io'
conflicts=(motion)
provides=(motion)
depends=(glibc libjpeg-turbo sqlite ffmpeg libmicrohttpd libwebp mariadb-libs)
makedepends=(git)
optdepends=('gettext: native language support')