From a9ddad19fd54b4f4ee6b5305bc7cc63d6fec7aa5 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 12 Jun 2023 02:06:17 +0200 Subject: [PATCH] upgpkg: motionplus 0.1.1-3 --- motionplus/.SRCINFO | 4 +--- motionplus/PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/motionplus/.SRCINFO b/motionplus/.SRCINFO index 12a4fb3..7a48723 100644 --- a/motionplus/.SRCINFO +++ b/motionplus/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = motionplus pkgdesc = Monitor and record video signals from many types of cameras pkgver = 0.1.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/Motion-Project/motionplus arch = x86_64 license = GPL @@ -12,8 +12,6 @@ pkgbase = motionplus depends = postgresql-libs depends = mariadb-libs optdepends = gettext: native language support - conflicts = motion - conflicts = motion-git backup = etc/motionplus/motionplus.conf source = https://github.com/Motion-Project/motionplus/archive/refs/tags/release-0.1.1.tar.gz source = motionplus.service diff --git a/motionplus/PKGBUILD b/motionplus/PKGBUILD index 786928d..c5d2fa8 100644 --- a/motionplus/PKGBUILD +++ b/motionplus/PKGBUILD @@ -2,12 +2,11 @@ pkgname=motionplus pkgver=0.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Monitor and record video signals from many types of cameras" arch=('x86_64') license=('GPL') url="https://github.com/Motion-Project/motionplus" -conflicts=(motion motion-git) depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp' 'postgresql-libs' 'mariadb-libs') optdepends=('gettext: native language support') backup=('etc/motionplus/motionplus.conf')