summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2017-02-10 13:41:37 -0300
committerHugo Osvaldo Barrera2017-02-10 13:42:16 -0300
commita4f939b2d583a816f154791d570611c098407bb8 (patch)
tree3e5fdf6e1b81d24b7293e473b8c3a3180d08afc1
parent55a7bc998153b9a57e16a6f769b55209c2f76ade (diff)
downloadaur-a4f939b2d583a816f154791d570611c098407bb8.tar.gz
Fix typo in optional dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86b71d8b743..3b81d0b115e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 22 13:17:55 UTC 2017
+# Fri Feb 10 16:42:09 UTC 2017
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = 3.3.12
@@ -18,7 +18,7 @@ pkgbase = caffeine-ng
depends = python-setproctitle
depends = python-setuptools
depends = python-wheel
- optdepends = libindicator-gtk3: AppIndictor support.
+ optdepends = libappindicator-gtk3: AppIndictor support (eg: Plasma, Unity).
provides = caffeine
provides = caffeine-bzr
provides = caffeine-oneclick
diff --git a/PKGBUILD b/PKGBUILD
index aac0e48655d1..3aa12a017aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://gitlab.com/hobarrera/caffeine-ng"
license=(GPL3)
depends=(python-gobject python-xdg python-dbus python-docopt python-ewmh gtk3
libnotify python-setproctitle python-setuptools python-wheel)
-optdepends=("libindicator-gtk3: AppIndictor support.")
+optdepends=("libappindicator-gtk3: AppIndictor support (eg: Plasma, Unity).")
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
replaces=(caffeine-oneclick caffeine-systray)