summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-12-07 21:19:34 +0100
committerAlphaJack2021-12-07 21:19:35 +0100
commiteaeec4173f2383160789ab971bc0e6f95e24537f (patch)
tree4b16203e7c301ce1275f9722dc3c122f425b1bb5
parent068ad43ce0db4787bd5419b9acf4fc48b841ce63 (diff)
downloadaur-eaeec4173f2383160789ab971bc0e6f95e24537f.tar.gz
Updated shinobi-git to r2106.a2faa40 and using network-online.target
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
-rw-r--r--shinobi-camera.service2
-rw-r--r--shinobi-cron.service2
-rw-r--r--shinobi.target2
5 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 846134373ae5..f93c8dcfdd20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shinobi-git
pkgdesc = The Open Source CCTV and NVR Solution
- pkgver = r2038.04a7bae
- pkgrel = 2
+ pkgver = r2106.a2faa40
+ pkgrel = 1
url = https://shinobi.video/
install = shinobi.install
arch = any
@@ -24,9 +24,9 @@ pkgbase = shinobi-git
source = conf.json
source = super.json
sha256sums = SKIP
- sha256sums = 59b51fe6cb3dc5e7e01401b20a1a7e51f649a7fd2292ff1d2d88df2cbdff9d5b
- sha256sums = 9794abc97379e84fc688977e6d675d607c1136dda8a428e6c5aa8a9cfac8029c
- sha256sums = 60cb5660061fccae12a8ffaf4b1ee2960ab4dc8106b4b95419274a359cd9cd22
+ sha256sums = da346d9858dafb1a42dd43153d26763de05bc7cdabb5563b979ca62d2cc51ce3
+ sha256sums = adacf7a3ec970e6d5c5d8c339f56bdce3720b952ab7278f31d70a294fd0b5bdd
+ sha256sums = 676111c7502ed43671ac5a4451ee0f89913de1c4b4f1e2120cd5c4b89e842757
sha256sums = e7c849bfcf8619a093ec75467cf5e44b34cd3621fa0d639bfacf4c88e0bad258
sha256sums = a0213eb276dfd468ed835cccceece75da92141716afa4c2426e20a06f64b5625
sha256sums = 45c64bdaf8e7c99f14a8467fc3c996fefdaab8c100c9f28f03054c248f62a7d3
diff --git a/PKGBUILD b/PKGBUILD
index f71cef210638..ce6acac12ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="shinobi-git"
-pkgver=r2038.04a7bae
-pkgrel=2
+pkgver=r2106.a2faa40
+pkgrel=1
pkgdesc="The Open Source CCTV and NVR Solution"
url="https://shinobi.video/"
license=("custom") # not free for commercial use
@@ -18,14 +18,14 @@ source=("git+https://gitlab.com/Shinobi-Systems/Shinobi.git"
"shinobi.tmpfiles"
"conf.json"
"super.json")
-sha256sums=("SKIP"
- "59b51fe6cb3dc5e7e01401b20a1a7e51f649a7fd2292ff1d2d88df2cbdff9d5b"
- "9794abc97379e84fc688977e6d675d607c1136dda8a428e6c5aa8a9cfac8029c"
- "60cb5660061fccae12a8ffaf4b1ee2960ab4dc8106b4b95419274a359cd9cd22"
- "e7c849bfcf8619a093ec75467cf5e44b34cd3621fa0d639bfacf4c88e0bad258"
- "a0213eb276dfd468ed835cccceece75da92141716afa4c2426e20a06f64b5625"
- "45c64bdaf8e7c99f14a8467fc3c996fefdaab8c100c9f28f03054c248f62a7d3"
- "b6f2093025736770ed18141eee36b2cd2507142310bb258bf6365c4740c9aae6")
+sha256sums=('SKIP'
+ 'da346d9858dafb1a42dd43153d26763de05bc7cdabb5563b979ca62d2cc51ce3'
+ 'adacf7a3ec970e6d5c5d8c339f56bdce3720b952ab7278f31d70a294fd0b5bdd'
+ '676111c7502ed43671ac5a4451ee0f89913de1c4b4f1e2120cd5c4b89e842757'
+ 'e7c849bfcf8619a093ec75467cf5e44b34cd3621fa0d639bfacf4c88e0bad258'
+ 'a0213eb276dfd468ed835cccceece75da92141716afa4c2426e20a06f64b5625'
+ '45c64bdaf8e7c99f14a8467fc3c996fefdaab8c100c9f28f03054c248f62a7d3'
+ 'b6f2093025736770ed18141eee36b2cd2507142310bb258bf6365c4740c9aae6')
backup=("etc/shinobi/conf.json" "etc/shinobi/super.json")
install="shinobi.install"
options=("!strip")
diff --git a/shinobi-camera.service b/shinobi-camera.service
index 760950346b8f..41025cc4f1ad 100644
--- a/shinobi-camera.service
+++ b/shinobi-camera.service
@@ -1,6 +1,6 @@
[Unit]
Description=Shinobi server component
-After=network.target
+After=network-online.target
PartOf=shinobi.target
[Service]
diff --git a/shinobi-cron.service b/shinobi-cron.service
index 5e2686778471..f38b016e9c3d 100644
--- a/shinobi-cron.service
+++ b/shinobi-cron.service
@@ -1,6 +1,6 @@
[Unit]
Description=Shinobi cleanup component
-After=network.target
+After=network-online.target
PartOf=shinobi.target
[Service]
diff --git a/shinobi.target b/shinobi.target
index cb480d7908e5..42771dc5db4e 100644
--- a/shinobi.target
+++ b/shinobi.target
@@ -1,6 +1,6 @@
[Unit]
Description=Shinobi Open Source CCTV and NVR Solution
-After=network.target
+After=network-online.target
Wants=shinobi-camera.service shinobi-cron.service
[Install]