summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-01-28 09:26:11 +1100
committerDylan2016-01-28 09:26:11 +1100
commit98aa004809996049bb56df4749d9e11bd347fe3a (patch)
treec7398d77e05c6f5e2b773fd57d12577a5cd2c9cd
parent5918a7b33421f66aa5e6d921df146f854379101a (diff)
downloadaur-98aa004809996049bb56df4749d9e11bd347fe3a.tar.gz
Add new opt dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9b6c5cb8fa6..29d90f6eb23d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 27 22:24:10 UTC 2016
+# Wed Jan 27 22:26:07 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
@@ -9,15 +9,15 @@ pkgbase = fetch-git
makedepends = git
depends = bash
depends = ncurses
- optdepends = w3m: Display Images
+ optdepends = cmus: Current Song
+ optdepends = feh: Wallpaper Display
optdepends = imagemagick: Image cropping / Thumbnail creation
- optdepends = feh: Wallpaper Display or
+ optdepends = mpc: Current Song
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
+ optdepends = w3m: Display Images
+ optdepends = wmctrl: Accurate window manager detection
+ optdepends = xorg-xdpyinfo: Resolution Detection
provides = fetch
conflicts = fetch
source = fetch-git::git+https://github.com/dylanaraps/fetch.git
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")