summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e747866e08fe..48892ecea4b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,15 +10,15 @@ provides=($_pkgname)
conflicts=($_pkgname)
depends=('bash' 'ncurses')
optdepends=(
- 'w3m: Display Images'
+ 'cmus: Current Song'
+ 'feh: Wallpaper Display'
'imagemagick: Image cropping / Thumbnail creation'
- 'feh: Wallpaper Display or'
+ 'mpc: Current Song'
'nitrogen: Wallpaper Display'
- 'mpc: Current Song or'
- 'cmus: Current Song'
- 'xorg-xdpyinfo: Resolution Detection'
- 'wmctrl: Accurate window manager detection'
'scrot: Take a screenshot'
+ 'w3m: Display Images'
+ 'wmctrl: Accurate window manager detection'
+ 'xorg-xdpyinfo: Resolution Detection'
)
makedepends=('git')
source=("$pkgname::git+https://github.com/dylanaraps/fetch.git")