summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bd831e977e3..b9b6c5cb8fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 02:25:31 UTC 2016
+# Wed Jan 27 22:24:10 UTC 2016
pkgbase = fetch-git
pkgdesc = CLI script to show your system's info and display an image using w3m.
pkgver = 0.2.1.r88.gea3508f
@@ -11,10 +11,13 @@ pkgbase = fetch-git
depends = ncurses
optdepends = w3m: Display Images
optdepends = imagemagick: Image cropping / Thumbnail creation
- optdepends = feh: Wallpaper Display
- optdepends = mpc: Current Song
+ optdepends = feh: Wallpaper Display or
+ optdepends = nitrogen: Wallpaper Display
+ optdepends = mpc: Current Song or
+ optdepends = cmus: Current Song
optdepends = xorg-xdpyinfo: Resolution Detection
optdepends = wmctrl: Accurate window manager detection
+ optdepends = scrot: Take a screenshot
provides = fetch
conflicts = fetch
source = fetch-git::git+https://github.com/dylanaraps/fetch.git
diff --git a/PKGBUILD b/PKGBUILD
index a07d60a0d846..e747866e08fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,13 @@ depends=('bash' 'ncurses')
optdepends=(
'w3m: Display Images'
'imagemagick: Image cropping / Thumbnail creation'
- 'feh: Wallpaper Display'
- 'mpc: Current Song'
+ 'feh: Wallpaper Display or'
+ 'nitrogen: Wallpaper Display'
+ 'mpc: Current Song or'
+ 'cmus: Current Song'
'xorg-xdpyinfo: Resolution Detection'
'wmctrl: Accurate window manager detection'
+ 'scrot: Take a screenshot'
)
makedepends=('git')
source=("$pkgname::git+https://github.com/dylanaraps/fetch.git")