summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2020-01-19 20:39:09 +0100
committerJohannes Wienke2020-01-19 20:39:09 +0100
commit7c5ae925c76f1bf32adca526dccae1c662285d1e (patch)
tree24977710fe70e0e8e49eadf09f763a69cb7179fe
parent450f8277def88d438fb42df8b2e26a8f699e95f2 (diff)
downloadaur-7c5ae925c76f1bf32adca526dccae1c662285d1e.tar.gz
Update build deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faa4712dad93..a7432051f17f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autosuspend-git
pkgdesc = A daemon to suspend your server in case of inactivity
- pkgver = 3.0.0.255
+ pkgver = 3.0.0.277
pkgrel = 1
url = https://github.com/languitar/autosuspend
install = autosuspend-git.install
@@ -11,6 +11,8 @@ pkgbase = autosuspend-git
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = python-sphinx-issues
+ makedepends = python-sphinxcontrib-plantuml
+ makedepends = python-sphinx-autodoc-typehints
depends = python
depends = python-psutil
depends = python-portalocker
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")