summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-02-17 18:10:38 +1100
committerDylan2016-02-17 18:10:38 +1100
commite843e181839f13c746437ea9fa55bd0c56041cdb (patch)
tree582f28cc165dcbe20ae7659d8f16508eb25794dc
parentbe51f29cd9c47ea766270136f51505ae99a13dbc (diff)
downloadaur-e843e181839f13c746437ea9fa55bd0c56041cdb.tar.gz
Swapped wmctrl for xprop
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624f1b512ec8..de7a84258079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 22:39:29 UTC 2016
+# Wed Feb 17 07:10:27 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,7 +10,7 @@ pkgbase = fetch-git
makedepends = git
depends = bash
depends = ncurses
- depends = wmctrl
+ depends = xorg-xprop
optdepends = cmus: Current Song
optdepends = feh: Wallpaper Display
optdepends = imagemagick: Image cropping / Thumbnail creation
diff --git a/PKGBUILD b/PKGBUILD
index 62e5b11e3390..2fd447e8a8fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/dylanaraps/fetch"
license=('MIT')
provides=($_pkgname)
conflicts=($_pkgname)
-depends=('bash' 'ncurses' 'wmctrl')
+depends=('bash' 'ncurses' 'xorg-xprop')
optdepends=(
'cmus: Current Song'
'feh: Wallpaper Display'