summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2022-06-24 00:14:41 +0200
committerConnor Etherington2022-06-24 00:14:41 +0200
commit30929390611fd0eeb2e04b7c46fb5c17998ad233 (patch)
tree1e92592b7d75e3ae694184e2e14b94f4e96e0cce
parentbd3c70737ab76b4f6386fec3155a9b5f85e008d0 (diff)
downloadaur-30929390611fd0eeb2e04b7c46fb5c17998ad233.tar.gz
Auto-Commit Update 24.06.2022 - 00:14:41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf4b15e1ab96..89bf879c0836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,10 +13,10 @@ pkgbase = lfp
depends = graphicsmagick
depends = ghostscript
depends = bat
- optdepends = dialog: Required by many lfp functions outside the scope of image and video previews
- optdepends = dunst: To receive notifications upon task completion and so forth
+ depends = dialog
+ depends = dunst
+ depends = lolcat
optdepends = git: cloning repos from within lfp
- optdepends = lolcat: for use in lfps fzfp function
source = https://concise.cc/pkg/lfp-2.3-1-x86_64.pkg.tar.zst
source = https://concise.cc/pkg/lfp-2.3-1-x86_64.pkg.tar.zst.sig
validpgpkeys = 81BACEEBC3EA26E127166E4A819BB92A9A48160E
diff --git a/PKGBUILD b/PKGBUILD
index da8d72a2dd29..65fc6f2890e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,9 @@ license=('MIT')
arch=('x86_64')
install="lfp.install"
url="https://gitlab.com/a4to/lfp"
-depends=(lf zsh ffmpeg ueberzug graphicsmagick ghostscript bat)
+depends=(lf zsh ffmpeg ueberzug graphicsmagick ghostscript bat dialog dunst lolcat)
optdepends=(
- 'dialog: Required by many lfp functions outside the scope of image and video previews'
- 'dunst: To receive notifications upon task completion and so forth'
'git: cloning repos from within lfp'
- 'lolcat: for use in lfps fzfp function'
)
source=(
"https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst"