summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentaa003cbd88acef23edc0f4ae634f606015bb31e2 (diff)
downloadaur-661b4d18074f8d0a04b245fd031dd17722fa0a38.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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)