summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2016-03-08 14:40:24 +0100
committerJohannes Wienke2016-03-08 14:40:24 +0100
commit59d93b901af889f0e5f3fb20f0a7018e6ae01c03 (patch)
tree400849b671f71b20b640faa86068f456b23818ca /PKGBUILD
parent57162d34d858e78e8a65a2537dde8656d2080467 (diff)
downloadaur-59d93b901af889f0e5f3fb20f0a7018e6ae01c03.tar.gz
Version bump to 0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c48205cc4c80..3c59092d2735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=autosuspend
-pkgver=0.2.1
+pkgver=0.3
pkgrel=1
pkgdesc="A daemon to suspend your server in case of inactivity"
arch=(any)
@@ -11,7 +11,7 @@ depends=('python' 'python-psutil')
optdepends=('python-mpd2: MPD playing status checks')
makedepends=('python-setuptools')
source=("https://github.com/languitar/autosuspend/archive/release-${pkgver}.tar.gz")
-md5sums=('1880ebd1254125995cb94cd7c7c8f73c')
+md5sums=('aa423709213959201605d394a97f270f')
package() {
cd "$pkgname-release-${pkgver}"