summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2018-04-14 11:41:51 +0200
committerJohannes Wienke2018-04-14 11:41:51 +0200
commit47ba77769e50a93d31a756bc32ac44aa10e94635 (patch)
treeaea955c7e7cf2930eecabd96c3a1034d8eed9930
parentb51213d84beab864b5332c6c644007324aad7dbc (diff)
downloadaur-47ba77769e50a93d31a756bc32ac44aa10e94635.tar.gz
Version bump to 1.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ca61f27305..8bc25bd872cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autosuspend
pkgdesc = A daemon to suspend your server in case of inactivity
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/languitar/autosuspend
install = autosuspend.install
@@ -12,14 +12,15 @@ pkgbase = autosuspend
makedepends = python-sphinx_rtd_theme
depends = python
depends = python-psutil
+ optdepends = python-dbus: logind session discovery
optdepends = python-mpd2: MPD playing status check
optdepends = python-requests: Kodi playing status and XPath check
optdepends = python-lxml: XPath check
optdepends = xprintidle: X server idle time check
backup = etc/autosuspend.conf
backup = etc/autosuspend-logging.conf
- source = https://github.com/languitar/autosuspend/archive/v1.0.0.tar.gz
- sha256sums = eaeffa164655e7246378bdc79fcaf8eaf481e71ec20ce29128a7d38804392a7e
+ source = https://github.com/languitar/autosuspend/archive/v1.1.0.tar.gz
+ sha256sums = 2d6dc969e020e69eb372df99ad24d4c15dda72b5d5717c368727f5cc3cab211b
pkgname = autosuspend
diff --git a/PKGBUILD b/PKGBUILD
index 8c7cd3ebb31b..2c7f076e8157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=autosuspend
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A daemon to suspend your server in case of inactivity"
arch=(any)
url="https://github.com/languitar/autosuspend"
license=('GPL2')
depends=('python' 'python-psutil')
-optdepends=('python-mpd2: MPD playing status check'
+optdepends=('python-dbus: logind session discovery'
+ 'python-mpd2: MPD playing status check'
'python-requests: Kodi playing status and XPath check'
'python-lxml: XPath check'
'xprintidle: X server idle time check')
makedepends=('python-setuptools' 'python-pytest-runner' 'python-sphinx' 'python-sphinx_rtd_theme')
source=("https://github.com/languitar/autosuspend/archive/v${pkgver}.tar.gz")
-sha256sums=('eaeffa164655e7246378bdc79fcaf8eaf481e71ec20ce29128a7d38804392a7e')
+sha256sums=('2d6dc969e020e69eb372df99ad24d4c15dda72b5d5717c368727f5cc3cab211b')
install="${pkgname}.install"
backup=('etc/autosuspend.conf'
'etc/autosuspend-logging.conf')