summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-02-17 09:39:39 +1100
committerDylan2016-02-17 09:39:39 +1100
commitbe51f29cd9c47ea766270136f51505ae99a13dbc (patch)
tree8d93f19fecc95b9d19e6c50007d9b4d6086282c7
parentaf4dbe5f2fa92b5de1d279e58e6ce411d8ac4692 (diff)
downloadaur-be51f29cd9c47ea766270136f51505ae99a13dbc.tar.gz
wmctrl is now a required dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9ed2c4694e1..624f1b512ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 8 07:42:46 UTC 2016
+# Tue Feb 16 22:39:29 UTC 2016
pkgbase = fetch-git
pkgdesc = CLI script to show your system's info and display an image using w3m.
pkgver = 1.0.r26.g9bde0eb
@@ -10,6 +10,7 @@ pkgbase = fetch-git
makedepends = git
depends = bash
depends = ncurses
+ depends = wmctrl
optdepends = cmus: Current Song
optdepends = feh: Wallpaper Display
optdepends = imagemagick: Image cropping / Thumbnail creation
@@ -17,7 +18,6 @@ pkgbase = fetch-git
optdepends = nitrogen: Wallpaper Display
optdepends = scrot: Take a screenshot
optdepends = w3m: Display Images
- optdepends = wmctrl: Accurate window manager detection
optdepends = xorg-xdpyinfo: Resolution Detection
provides = fetch
conflicts = fetch
diff --git a/PKGBUILD b/PKGBUILD
index d6e7bd313b48..62e5b11e3390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/dylanaraps/fetch"
license=('MIT')
provides=($_pkgname)
conflicts=($_pkgname)
-depends=('bash' 'ncurses')
+depends=('bash' 'ncurses' 'wmctrl')
optdepends=(
'cmus: Current Song'
'feh: Wallpaper Display'
@@ -18,7 +18,6 @@ optdepends=(
'nitrogen: Wallpaper Display'
'scrot: Take a screenshot'
'w3m: Display Images'
- 'wmctrl: Accurate window manager detection'
'xorg-xdpyinfo: Resolution Detection'
)
makedepends=('git')