upgpkg: motionplus 0.1.1-2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pkgbase = motionplus
|
||||
pkgdesc = Monitor and record video signals from many types of cameras
|
||||
pkgver = 0.1.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Motion-Project/motionplus
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
@@ -18,6 +18,6 @@ pkgbase = motionplus
|
||||
source = https://github.com/Motion-Project/motionplus/archive/refs/tags/release-0.1.1.tar.gz
|
||||
source = motionplus.service
|
||||
b2sums = 7fcc10bc87948108141acb3f3b4d8ca1759b365c3a220e0eb8c0ff92cf0091e50737ac6a70ee0b18263f3c012b9ae197d026ece049fc2c79ff194b96fc9a8dfc
|
||||
b2sums = 4cfb2e9e3429e3ccd014f7bfa7a8ee27f0c3494a3c902d857893ae09a7a7c2fbdef6799c477302e41d47b87692e6827ec7a10bf66b9dca1f66833a96b9e0634a
|
||||
b2sums = baf8c1cd1b742b834e3faa45315d7187e89d2e439751ee8a99fbde117fd504830d5990540be96c9672ec03efdc9c8fd2b87bd507ab74fe73a30cf16826a3f4f6
|
||||
|
||||
pkgname = motionplus
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=motionplus
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Monitor and record video signals from many types of cameras"
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
@@ -14,7 +14,7 @@ backup=('etc/motionplus/motionplus.conf')
|
||||
source=("https://github.com/Motion-Project/motionplus/archive/refs/tags/release-0.1.1.tar.gz"
|
||||
'motionplus.service')
|
||||
b2sums=('7fcc10bc87948108141acb3f3b4d8ca1759b365c3a220e0eb8c0ff92cf0091e50737ac6a70ee0b18263f3c012b9ae197d026ece049fc2c79ff194b96fc9a8dfc'
|
||||
'4cfb2e9e3429e3ccd014f7bfa7a8ee27f0c3494a3c902d857893ae09a7a7c2fbdef6799c477302e41d47b87692e6827ec7a10bf66b9dca1f66833a96b9e0634a')
|
||||
'baf8c1cd1b742b834e3faa45315d7187e89d2e439751ee8a99fbde117fd504830d5990540be96c9672ec03efdc9c8fd2b87bd507ab74fe73a30cf16826a3f4f6')
|
||||
|
||||
build() {
|
||||
cd $pkgname-release-$pkgver
|
||||
|
@@ -1,16 +1,15 @@
|
||||
[Unit]
|
||||
Description=Motion daemon
|
||||
Description=Motionplus daemon
|
||||
After=local-fs.target network.target
|
||||
|
||||
[Service]
|
||||
User=motion
|
||||
ExecStart=/usr/bin/motion -n
|
||||
ExecStart=/usr/bin/motionplus -n
|
||||
DynamicUser=true
|
||||
Type=simple
|
||||
RuntimeDirectory=motion
|
||||
LogsDirectory=motion
|
||||
StateDirectory=motion
|
||||
ReadWritePaths=/etc/motion/
|
||||
RuntimeDirectory=motionplus
|
||||
LogsDirectory=motionplus
|
||||
StateDirectory=motionplus
|
||||
ReadWritePaths=/etc/motionplus/
|
||||
AmbientCapabilities=
|
||||
CapabilityBoundingSet=
|
||||
LockPersonality=true
|
||||
|
Reference in New Issue
Block a user