summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 318f05f890d7..80cae449d23e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 21:32:28 UTC 2016
+# Wed Jul 27 23:50:36 UTC 2016
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = 3.3.6
@@ -17,6 +17,7 @@ pkgbase = caffeine-ng
depends = libnotify
depends = python-setproctitle
depends = python-setuptools
+ depends = python-wheel
optdepends = libindicator-gtk3: AppIndictor support.
provides = caffeine
provides = caffeine-bzr
diff --git a/PKGBUILD b/PKGBUILD
index 262360f16134..6fe93006c947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://gitlab.com/hobarrera/caffeine-ng"
license=(GPL3)
depends=(python-gobject python-xdg python-dbus python-docopt python-ewmh gtk3
- libnotify python-setproctitle python-setuptools)
+ libnotify python-setproctitle python-setuptools python-wheel)
optdepends=("libindicator-gtk3: AppIndictor support.")
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)