summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-03-11 08:31:26 +0100
committerHans-Nikolai Viessmann2019-03-11 08:31:26 +0100
commit2cfc8e5bc9db8c88da3997c2eb5fea46da95c05a (patch)
tree4cc3ed36788567de8da67f9a401dba7c9648c899
parent425ffcdce8a0433c7f40dcc2d2103df516acb173 (diff)
downloadaur-2cfc8e5bc9db8c88da3997c2eb5fea46da95c05a.tar.gz
fixed incorrect directory spec
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--plex-media-player.tmpfiles2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd289b10e440..a72db3a09417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plex-media-player-standalone-service
pkgdesc = Systemd service and user to run PMP in stand-alone mode
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/hv15/plex-media-player-standalone-service
install = plex-media-player-standalone-service.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = plex-media-player-standalone-service
sha256sums = a231685b9eed6ccfb0eefcf40b89b823ff8d33954c4daa2d68ed386ac73e172b
sha256sums = SKIP
sha256sums = b0fbffc7a8823b0b543dba8cb6d2ad4aa0ef3ec066753de1455f891bee32937d
- sha256sums = 8c3a5069f2a3e2f6d3474e963e41e0e3eb934fef7211dd060d3e49fcd77a8ad8
+ sha256sums = fb034bf0b0900eaf0de1cc3593c89d8ebb6ebdd171f4b074322fb693b8d5c8f7
pkgname = plex-media-player-standalone-service
diff --git a/PKGBUILD b/PKGBUILD
index 7af5eb18abd9..51de93b6514f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=plex-media-player-standalone-service
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Systemd service and user to run PMP in stand-alone mode"
arch=('x86_64')
url="https://github.com/hv15/plex-media-player-standalone-service"
@@ -15,7 +15,7 @@ source=("https://github.com/hv15/${pkgname}/archive/${pkgver}.tar.gz"
sha256sums=('a231685b9eed6ccfb0eefcf40b89b823ff8d33954c4daa2d68ed386ac73e172b'
'SKIP'
'b0fbffc7a8823b0b543dba8cb6d2ad4aa0ef3ec066753de1455f891bee32937d'
- '8c3a5069f2a3e2f6d3474e963e41e0e3eb934fef7211dd060d3e49fcd77a8ad8')
+ 'fb034bf0b0900eaf0de1cc3593c89d8ebb6ebdd171f4b074322fb693b8d5c8f7')
validgpgkeys=('0C13DFCDC33937FCF36BEF459062A1BF982A2B64')
prepare() {
diff --git a/plex-media-player.tmpfiles b/plex-media-player.tmpfiles
index 68e364af4be6..53080c3d3c82 100644
--- a/plex-media-player.tmpfiles
+++ b/plex-media-player.tmpfiles
@@ -1 +1 @@
-d /var/lib/plexmediaplayer - pplex pplex - -
+d /usr/lib/plexmediaplayer - pplex pplex - -