summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5021bc3b6adc..8215c870d90e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autosuspend
pkgdesc = A daemon to suspend your server in case of inactivity
- pkgver = 0.4
- pkgrel = 2
+ pkgver = 0.4.1
+ pkgrel = 1
url = https://github.com/languitar/autosuspend
arch = any
license = GPL2
@@ -13,8 +13,8 @@ pkgbase = autosuspend
optdepends = xprintidle: X server idle time cheks
backup = etc/autosuspend.conf
backup = etc/autosuspend-logging.conf
- source = https://github.com/languitar/autosuspend/archive/release-0.4.tar.gz
- sha256sums = c7d1f6f238b65d5257bfd4fc74ccdfe4ed5fe340060c1c59f50e7065d88a8dbc
+ source = https://github.com/languitar/autosuspend/archive/release-0.4.1.tar.gz
+ sha256sums = 503883ebff2b6243e58851ddef59f40169bd1b37de2721582e97ca82d0f3fd4a
pkgname = autosuspend
diff --git a/PKGBUILD b/PKGBUILD
index 6c51ee756749..bd8fa746f653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=autosuspend
-pkgver=0.4
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
pkgdesc="A daemon to suspend your server in case of inactivity"
arch=(any)
url="https://github.com/languitar/autosuspend"
@@ -13,7 +13,7 @@ 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")
-sha256sums=('c7d1f6f238b65d5257bfd4fc74ccdfe4ed5fe340060c1c59f50e7065d88a8dbc')
+sha256sums=('503883ebff2b6243e58851ddef59f40169bd1b37de2721582e97ca82d0f3fd4a')
backup=('etc/autosuspend.conf'
'etc/autosuspend-logging.conf')