summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-10-30 16:46:35 +0200
committerHugo Osvaldo Barrera2021-10-30 16:46:35 +0200
commit8cfe84fb59ff84eb73ff817d21ae55e2abdd5601 (patch)
treef6942d9006ade5f4add282bb1fa6ecf974d96093 /PKGBUILD
parentf4050d7a467f42f06627e24231bfd3469e4e9fce (diff)
downloadaur-8cfe84fb59ff84eb73ff817d21ae55e2abdd5601.tar.gz
Make libindicator-gtk3 a dependency
See https://github.com/caffeine-ng/caffeine-ng/pull/82
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 14 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7144de959bdb..4a571da08a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,25 @@
pkgname=caffeine-ng-git
_pkgname=caffeine-ng
-pkgver=3.5.1.post25+g683d5dc
+pkgver=3.5.1.post52+g7b193de
pkgrel=1
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-click python-ewmh gtk3
- libnotify python-setproctitle python-wheel python-pulsectl)
-optdepends=("libindicator-gtk3: AppIndictor support.")
+depends=(
+ python-gobject
+ python-xdg
+ python-dbus
+ python-click
+ python-ewmh
+ gtk3
+ libnotify
+ python-setproctitle
+ python-wheel
+ python-pulsectl
+ libindicator-gtk3
+)
makedepends=(git python-setuptools-scm)
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)