summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2021-03-31 21:56:57 +0200
committerJohannes Wienke2021-03-31 21:56:57 +0200
commita589181df046ec9b964ee9ff1aa5ff7eb21595e8 (patch)
treed3a7d1b40821142f9edcadc18878776d83414cbb
parent6fa26c0149f9504598d103f213e327a267c3cd1c (diff)
downloadaur-a589181df046ec9b964ee9ff1aa5ff7eb21595e8.tar.gz
Version bump to 3.1.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0629f0d66bd4..50c2a3ab8388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = autosuspend
pkgdesc = A daemon to suspend and wake up a system based on configurable checks
- pkgver = 3.0
- pkgrel = 3
+ pkgver = 3.1.3
+ pkgrel = 1
url = https://github.com/languitar/autosuspend
install = autosuspend.install
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-pytest-runner
+ makedepends = python-recommonmark
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = python-sphinx-issues
@@ -29,8 +30,8 @@ pkgbase = autosuspend
optdepends = xprintidle: X server idle time check
backup = etc/autosuspend.conf
backup = etc/autosuspend-logging.conf
- source = autosuspend-3.0.tar.gz::https://github.com/languitar/autosuspend/archive/v3.0.tar.gz
- sha256sums = 9218302df40c0517361fcb9983e3435d6c1f6e16a7e2c00b65f533605abd5f4d
+ source = autosuspend-3.1.3.tar.gz::https://github.com/languitar/autosuspend/archive/v3.1.3.tar.gz
+ sha256sums = 66955411e13e6cc79af32dde5f4d98c956b06f71e1ba8a57f31a621f524c7832
pkgname = autosuspend
diff --git a/PKGBUILD b/PKGBUILD
index 33e70184e508..40ea1fec2222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=autosuspend
-pkgver=3.0
-pkgrel=3
+pkgver=3.1.3
+pkgrel=1
pkgdesc="A daemon to suspend and wake up a system based on configurable checks"
arch=(any)
url="https://github.com/languitar/autosuspend"
@@ -21,13 +21,14 @@ optdepends=('python-dbus: logind session discovery'
'xprintidle: X server idle time check')
makedepends=('python-setuptools'
'python-pytest-runner'
+ 'python-recommonmark'
'python-sphinx'
'python-sphinx_rtd_theme'
'python-sphinx-issues'
'python-sphinxcontrib-plantuml'
'python-sphinx-autodoc-typehints')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/languitar/autosuspend/archive/v${pkgver}.tar.gz")
-sha256sums=('9218302df40c0517361fcb9983e3435d6c1f6e16a7e2c00b65f533605abd5f4d')
+sha256sums=('66955411e13e6cc79af32dde5f4d98c956b06f71e1ba8a57f31a621f524c7832')
install="${pkgname}.install"
backup=('etc/autosuspend.conf'
'etc/autosuspend-logging.conf')