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