summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2019-10-10 21:17:01 +0200
committerHugo Osvaldo Barrera2019-10-10 21:17:01 +0200
commitf021165ae6ddefbe47b4ae6cfaa7cc3f41d62b12 (patch)
tree62c7ff4517acc0d632901eed462f6739427eb51f
parentbd9b3a1f3afd2509688d4f16db1fe4e89625d3c9 (diff)
downloadaur-f021165ae6ddefbe47b4ae6cfaa7cc3f41d62b12.tar.gz
Add new dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef58228d1d35..3f4ba0dd5674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri May 10 09:05:55 UTC 2019
pkgbase = caffeine-ng-git
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = 3.4.2.post22+g4ec5e87
@@ -17,6 +15,7 @@ pkgbase = caffeine-ng-git
depends = libnotify
depends = python-setproctitle
depends = python-wheel
+ depends = python-pulse-control
optdepends = libindicator-gtk3: AppIndictor support.
provides = caffeine
provides = caffeine-bzr
diff --git a/PKGBUILD b/PKGBUILD
index 3368d85ffab5..8eed528484f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
url="https://github.com/caffeine-ng/caffeine-ng"
license=(GPL3)
depends=(python-gobject python-xdg python-dbus python-docopt python-ewmh gtk3
- libnotify python-setproctitle python-wheel)
+ libnotify python-setproctitle python-wheel python-pulse-control)
optdepends=("libindicator-gtk3: AppIndictor support.")
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)