summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-07-29 19:13:04 -0300
committerHugo Osvaldo Barrera2016-07-29 19:13:04 -0300
commit5311a353f3f6bbf2900f71303291c347c19b706c (patch)
tree5d448bba1e922648dceea408f5563f81c291c579
parentfb5530bd4468bd11fa78be907725ae2fc86722ff (diff)
downloadaur-5311a353f3f6bbf2900f71303291c347c19b706c.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0e666b0cbcf..04287f70e6f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Jul 29 22:12:41 UTC 2016
pkgbase = caffeine-ng-git
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = latest
@@ -14,6 +16,7 @@ pkgbase = caffeine-ng-git
depends = gtk3
depends = libnotify
depends = python-setproctitle
+ depends = python-wheel
optdepends = libindicator-gtk3: AppIndictor support.
provides = caffeine
provides = caffeine-bzr
diff --git a/PKGBUILD b/PKGBUILD
index 1eb2973602c8..42bcf9280388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,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)
+ libnotify python-setproctitle python-wheel)
optdepends=("libindicator-gtk3: AppIndictor support.")
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)