summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchomsky2023-05-27 14:44:47 +0200
committerchomsky2023-05-27 14:44:47 +0200
commitb89d5f1ec9261eceac92f2780a9b9c4cc2b691c0 (patch)
tree4a91e4341ef819ed96985c5eec4ee725f5e60f4c
parentd534932ad6ff52470927e2b7a43d93880debc64f (diff)
downloadaur-b89d5f1ec9261eceac92f2780a9b9c4cc2b691c0.tar.gz
add ueberzugpp as optional dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41cdf7b51361..ed64dc7f35b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,8 @@ pkgbase = lobster-git
optdepends = vlc: An alternative video player,
optdepends = ffmpeg: for downloading videos,
optdepends = rofi: external launcher,
- optdepends = socat: for interacting with the mpv socket, used for the history feature
+ optdepends = socat: for interacting with the mpv socket, used for the history feature,
+ optdepends = ueberzugpp: used for image preview with fzf
provides = lobster
conflicts = lobster
source = lobster::git+https://github.com/justchokingaround/lobster.git
diff --git a/PKGBUILD b/PKGBUILD
index 790288df224f..59c13df56ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/justchokingaround/lobster.git"
license=('GPL2')
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')
+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', 'ueberzugpp: used for image preview with fzf')
makedepends=('git')
provides=('lobster')
conflicts=('lobster')