summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-01-19 09:28:27 +0100
committerHugo Osvaldo Barrera2021-01-19 09:28:43 +0100
commit661b4d18074f8d0a04b245fd031dd17722fa0a38 (patch)
treec88038fc5fa8ce055d77651d0a111e15406f4216
parentaa003cbd88acef23edc0f4ae634f606015bb31e2 (diff)
downloadaur-661b4d18074f8d0a04b245fd031dd17722fa0a38.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bc0666a5898..907cab675898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/caffeine-ng/caffeine-ng
arch = any
license = GPL3
@@ -17,6 +17,7 @@ pkgbase = caffeine-ng
depends = python-setproctitle
depends = python-setuptools
depends = python-wheel
+ depends = python-pulsectl
optdepends = libappindicator-gtk3: AppIndictor support (eg: Plasma, Unity).
provides = caffeine
provides = caffeine-bzr
diff --git a/PKGBUILD b/PKGBUILD
index eccbeed54602..c06aca54087e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=caffeine-ng
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
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-setuptools python-wheel)
+ libnotify python-setproctitle python-setuptools python-wheel
+ python-pulsectl)
optdepends=("libappindicator-gtk3: AppIndictor support (eg: Plasma, Unity).")
makedepends=(git python-setuptools-scm)
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)