summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2020-01-19 20:39:09 +0100
committerJohannes Wienke2020-01-19 20:39:09 +0100
commit7c5ae925c76f1bf32adca526dccae1c662285d1e (patch)
tree24977710fe70e0e8e49eadf09f763a69cb7179fe /PKGBUILD
parent450f8277def88d438fb42df8b2e26a8f699e95f2 (diff)
downloadaur-autosuspend-git.tar.gz
Update build deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4697fe3fa351..049242d3a1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=autosuspend-git
-pkgver=3.0.0.255
+pkgver=3.0.0.277
pkgrel=1
pkgdesc="A daemon to suspend your server in case of inactivity"
arch=(any)
@@ -19,7 +19,13 @@ optdepends=('python-dbus: logind session discovery'
'python-requests-file: file:// URL support'
'iputils: ping check'
'xprintidle: X server idle time check')
-makedepends=('python-setuptools' 'python-pytest-runner' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-sphinx-issues')
+makedepends=('python-setuptools'
+ 'python-pytest-runner'
+ 'python-sphinx'
+ 'python-sphinx_rtd_theme'
+ 'python-sphinx-issues'
+ 'python-sphinxcontrib-plantuml'
+ 'python-sphinx-autodoc-typehints')
provides=('autosuspend')
conflicts=('autosuspend')
source=("git+https://github.com/languitar/autosuspend.git")