summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-03-26 10:32:23 +0100
committerHugo Osvaldo Barrera2021-03-26 10:35:15 +0100
commitf4050d7a467f42f06627e24231bfd3469e4e9fce (patch)
tree2b460af802a87a1d0f46d7cd783e264669d00499
parentc9aa5fd79ff0001cbe73fb873b2c2e42b6d2d0a5 (diff)
downloadaur-f4050d7a467f42f06627e24231bfd3469e4e9fce.tar.gz
Update replaced dependency: docopt -> click
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5138389ea9c9..160670838889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = caffeine-ng-git
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
- pkgver = 3.5.1
+ pkgver = 3.5.1.post25+g683d5dc
pkgrel = 1
url = https://github.com/caffeine-ng/caffeine-ng
arch = any
@@ -10,7 +10,7 @@ pkgbase = caffeine-ng-git
depends = python-gobject
depends = python-xdg
depends = python-dbus
- depends = python-docopt
+ depends = python-click
depends = python-ewmh
depends = gtk3
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index ad936634bf8c..7144de959bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=caffeine-ng-git
_pkgname=caffeine-ng
-pkgver=3.5.1
+pkgver=3.5.1.post25+g683d5dc
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-docopt python-ewmh gtk3
+depends=(python-gobject python-xdg python-dbus python-click python-ewmh gtk3
libnotify python-setproctitle python-wheel python-pulsectl)
optdepends=("libindicator-gtk3: AppIndictor support.")
makedepends=(git python-setuptools-scm)