summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchomsky2023-05-27 04:34:37 +0200
committerchomsky2023-05-27 04:34:37 +0200
commitdacca2c2b632c2d8ac166ccc4270e05c31bcd21b (patch)
treee9008ef606f62fd9171ada7fc2bb89a09323aff9
parent3338b5efa6e582646200968eca8433a9cec64b01 (diff)
downloadaur-dacca2c2b632c2d8ac166ccc4270e05c31bcd21b.tar.gz
restructure optional deps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c2f953f32d8..790288df224f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Shell script to watch Movies/TV Shows from the terminal"
arch=('any')
url="https://github.com/justchokingaround/lobster.git"
license=('GPL2')
-depends=('grep' 'sed' 'curl' 'fzf' 'mpv' 'socat' 'html-xml-utils' 'ffmpeg' 'patch' 'rofi')
-optdepends=('vlc: An alternative video player')
+depends=('grep' 'sed' 'curl' 'fzf' 'mpv' 'html-xml-utils' 'patch')
+optdepends=('vlc: An alternative video player', 'ffmpeg: for downloading videos', 'rofi: external launcher', 'socat: for interacting with the mpv socket, used for the history feature')
makedepends=('git')
provides=('lobster')
conflicts=('lobster')