summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2019-07-11 21:22:23 +0200
committerJohannes Wienke2019-07-11 21:22:23 +0200
commit108e040ead9805bbf315d92a5849814d783a6fb6 (patch)
treeed6440c9bcc8547bfa9de68ddf7ecc9e10d5cf4b
parent831f87a6135567dd9e700348d34a87edde8bc200 (diff)
downloadaur-108e040ead9805bbf315d92a5849814d783a6fb6.tar.gz
Version bump to 2.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9108b7dc4b1c..63cced1f1fc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autosuspend
pkgdesc = A daemon to suspend and wake up a system based on configurable checks
- pkgver = 2.0.4
+ pkgver = 2.0.6
pkgrel = 1
url = https://github.com/languitar/autosuspend
arch = any
@@ -25,8 +25,8 @@ pkgbase = autosuspend
optdepends = xprintidle: X server idle time check
backup = etc/autosuspend.conf
backup = etc/autosuspend-logging.conf
- source = https://github.com/languitar/autosuspend/archive/v2.0.4.tar.gz
- sha256sums = b4793d4dcf90a3f0499fce62cace5192457b532a3a441ea20307ce8d7d7a9ab3
+ source = https://github.com/languitar/autosuspend/archive/v2.0.6.tar.gz
+ sha256sums = a2593ebb29a7c0b28244920504ca9d4550fbf398d6abf476bcf0f66c6520e9ba
pkgname = autosuspend
diff --git a/PKGBUILD b/PKGBUILD
index e3c146cea377..f1d5952c2c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=autosuspend
-pkgver=2.0.4
+pkgver=2.0.6
pkgrel=1
pkgdesc="A daemon to suspend and wake up a system based on configurable checks"
arch=(any)
@@ -21,7 +21,7 @@ optdepends=('python-dbus: logind session discovery'
'xprintidle: X server idle time check')
makedepends=('python-setuptools' 'python-pytest-runner' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-sphinx-issues')
source=("https://github.com/languitar/autosuspend/archive/v${pkgver}.tar.gz")
-sha256sums=('b4793d4dcf90a3f0499fce62cace5192457b532a3a441ea20307ce8d7d7a9ab3')
+sha256sums=('a2593ebb29a7c0b28244920504ca9d4550fbf398d6abf476bcf0f66c6520e9ba')
backup=('etc/autosuspend.conf'
'etc/autosuspend-logging.conf')