summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Hinssen2018-03-23 14:46:15 +0100
committerNicola Hinssen2018-03-23 14:46:15 +0100
commit9eef7ab3456de27f53c103e650753f4d591c5d33 (patch)
treea2706d06a54638a3f9a24365edae1736e19c02d7
parent738519a884bbba92d050d32e385f0adeccecd37a (diff)
downloadaur-9eef7ab3456de27f53c103e650753f4d591c5d33.tar.gz
Tiny update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--ombi.service2
-rw-r--r--ombi.tmpfiles3
4 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f610fd080402..563a8a6909b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ombi-dev
pkgdesc = Ombi V3 Develop branch. Gives Plex or Emby users the ability to request content by themselves
pkgver = 3.0.3072
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tidusjar/Ombi
install = ombi.install
arch = any
@@ -26,11 +26,9 @@ pkgbase = ombi-dev
source = ombi-dev.tar.gz::https://ci.appveyor.com/api/projects/tidusjar/requestplex/artifacts/linux.tar.gz?branch=develop
source = ombi.service
source = ombi.sysusers
- source = ombi.tmpfiles
sha256sums = SKIP
sha256sums = 79f4860eaf9d00d3739c6d9fc5e9625ea68dc329bb1cbddae5b51ae4faaae20f
sha256sums = 6efc381990e1113737686d4f61795095fa8edbc176daa877fd755f1ddb3a40fa
- sha256sums = afb971692d313d988096cb4447033f8ca2234016ccc2b3590afd5cbcb36a8e56
pkgname = ombi-dev
diff --git a/PKGBUILD b/PKGBUILD
index c86f926d01fd..14ae719a14bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ombi-dev
pkgver=3.0.3072
-pkgrel=1
+pkgrel=2
pkgdesc="Ombi V3 Develop branch. Gives Plex or Emby users the ability to request content by themselves"
arch=('any')
url='https://github.com/tidusjar/Ombi'
@@ -28,12 +28,10 @@ install='ombi.install'
noextract=("${pkgname}.tar.gz")
source=("${pkgname}.tar.gz::https://ci.appveyor.com/api/projects/tidusjar/requestplex/artifacts/linux.tar.gz?branch=develop"
'ombi.service'
- 'ombi.sysusers'
- 'ombi.tmpfiles')
+ 'ombi.sysusers')
sha256sums=('SKIP'
'79f4860eaf9d00d3739c6d9fc5e9625ea68dc329bb1cbddae5b51ae4faaae20f'
- '6efc381990e1113737686d4f61795095fa8edbc176daa877fd755f1ddb3a40fa'
- 'afb971692d313d988096cb4447033f8ca2234016ccc2b3590afd5cbcb36a8e56')
+ '6efc381990e1113737686d4f61795095fa8edbc176daa877fd755f1ddb3a40fa')
pkgver() {
curl -s https://ci.appveyor.com/api/projects/tidusjar/requestplex/branch/develop | grep -Pom 1 '"version":"\K[^"]*'
diff --git a/ombi.service b/ombi.service
index 6a393e3113e2..07b7fdee5f1f 100644
--- a/ombi.service
+++ b/ombi.service
@@ -7,7 +7,7 @@ User=ombi
Group=ombi
WorkingDirectory=/opt/Ombi
Type=simple
-ExecStart=/opt/Ombi/Ombi --storage /var/lib/ombi
+ExecStart=/opt/Ombi/Ombi
TimeoutStopSec=30
Restart=always
diff --git a/ombi.tmpfiles b/ombi.tmpfiles
deleted file mode 100644
index 8a556814c4bf..000000000000
--- a/ombi.tmpfiles
+++ /dev/null
@@ -1,3 +0,0 @@
-d /var/lib/ombi 0755 ombi ombi
-Z /var/lib/ombi - ombi ombi
-Z /opt/Ombi - ombi ombi