summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2017-05-09 12:30:34 -0700
committerShadowKyogre2017-05-09 12:30:34 -0700
commit8cb25a2df87463107e517650368a22c32279bff1 (patch)
treecc54f29353b974e89a7371cb7b047f111f1c4341
parent763e5be9f19d4d3435527b64dd6159d98c377dec (diff)
downloadaur-8cb25a2df87463107e517650368a22c32279bff1.tar.gz
Specify dependency on xvinfo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f9d9dcf80ff..96014ca7e4a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 17:58:04 UTC 2017
+# Tue May 9 19:26:51 UTC 2017
pkgbase = fusion-icon-git
pkgdesc = Simple tray icon for Compiz 0.8
pkgver = 0.2.3.r4.g84e27a8
@@ -11,7 +11,7 @@ pkgbase = fusion-icon-git
license = GPL
depends = compizconfig-python
depends = hicolor-icon-theme
- depends = xorg-utils
+ depends = xorg-xvinfo
depends = mesa-demos
optdepends = python-pyqt5: For the Qt Interface
optdepends = python-gobject: For the GTK+ Interface
diff --git a/PKGBUILD b/PKGBUILD
index 5eaad33ac0db..fd35e5664f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ url="http://www.compiz.org/"
license=('GPL')
conflicts=('fusion-icon0.9' 'fusion-icon')
provides=('fusion-icon')
-depends=('compizconfig-python' 'hicolor-icon-theme' 'xorg-utils' 'mesa-demos')
+depends=('compizconfig-python' 'hicolor-icon-theme' 'xorg-xvinfo' 'mesa-demos')
# presume that if compizconfig-python deps are met, it's against python2
_python="python"