summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2017-03-23 09:35:30 +0100
committerJohannes Wienke2017-03-23 09:35:30 +0100
commitdec473013c7b8c451582f50e0f2c8f5d69a5d376 (patch)
tree452ecd47b28ae761201baf7e57d39afbfc426764 /PKGBUILD
parent6155479af4e63855b7fb394a78b088aabc66a8b0 (diff)
downloadaur-dec473013c7b8c451582f50e0f2c8f5d69a5d376.tar.gz
Add xprintidle as opt dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80d0be10edce..10252e2a3d4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=autosuspend
pkgver=0.3
-pkgrel=2
+pkgrel=3
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 checks')
+optdepends=('python-mpd2: MPD playing status checks'
+ 'xprintidle: X server idle time cheks')
makedepends=('python-setuptools')
source=("https://github.com/languitar/autosuspend/archive/release-${pkgver}.tar.gz")
md5sums=('aa423709213959201605d394a97f270f')