summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2018-09-02 09:39:23 -0600
committerJeff Henson2018-09-02 09:39:23 -0600
commit1e531a48e36826ef6ee642c6577c42cbcb1c07bf (patch)
tree71bbdff91982f844926083aa25fbf93b657936ad
parentf7c9734630fc492a8062b534b82985eeb2786b8c (diff)
downloadaur-1e531a48e36826ef6ee642c6577c42cbcb1c07bf.tar.gz
Remove unused opt-depend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639e73ea84e2..4d6e1eaa4969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = plex-media-player-git
depends = qt5-pmp-webengine
depends = qt5-pmp-x11extras
depends = qt5-pmp-quickcontrols
- optdepends = xorg-xinit: for running plex as a service
provides = plex-media-player
conflicts = plex-media-player
source = git+https://github.com/plexinc/plex-media-player.git
diff --git a/PKGBUILD b/PKGBUILD
index 6a40b9512611..68c2a80500a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ url='https://github.com/plexinc/plex-media-player'
provides=('plex-media-player')
conflicts=('plex-media-player')
depends=('mpv' 'libcec' 'sdl2' 'p8-platform' 'protobuf' 'qt5-pmp-webengine' 'qt5-pmp-x11extras' 'qt5-pmp-quickcontrols')
-optdepends=('xorg-xinit: for running plex as a service')
makedepends=('cmake' 'git')
source=('git+https://github.com/plexinc/plex-media-player.git'
'plex-media-player.desktop')