summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--autosuspend.install4
3 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0852ea001f19..575648dd63d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = autosuspend
pkgdesc = A daemon to suspend and wake up a system based on configurable checks
- pkgver = 2.0.2
- pkgrel = 2
+ pkgver = 2.0.3
+ pkgrel = 1
url = https://github.com/languitar/autosuspend
- install = autosuspend.install
arch = any
license = GPL2
makedepends = python-setuptools
@@ -26,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.2.tar.gz
- sha256sums = 62941d0403815792bc80d4ee54cc356df4d1e01c0b8a582c65f7a1a5138256b4
+ source = https://github.com/languitar/autosuspend/archive/v2.0.3.tar.gz
+ sha256sums = 80537bf841c9ac80078b2f817039dda9f485c8ae8563f4bb187b7b8ad34d7ae1
pkgname = autosuspend
diff --git a/PKGBUILD b/PKGBUILD
index aade2868fc4c..fb3f1a44c6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=autosuspend
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
pkgdesc="A daemon to suspend and wake up a system based on configurable checks"
arch=(any)
url="https://github.com/languitar/autosuspend"
@@ -21,8 +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=('62941d0403815792bc80d4ee54cc356df4d1e01c0b8a582c65f7a1a5138256b4')
-install="${pkgname}.install"
+sha256sums=('80537bf841c9ac80078b2f817039dda9f485c8ae8563f4bb187b7b8ad34d7ae1')
backup=('etc/autosuspend.conf'
'etc/autosuspend-logging.conf')
diff --git a/autosuspend.install b/autosuspend.install
deleted file mode 100644
index fb25c1496ad6..000000000000
--- a/autosuspend.install
+++ /dev/null
@@ -1,4 +0,0 @@
-post_upgrade() {
- echo ">> The script has been renamed from autosuspend.py to autosuspend."
- echo ">> Provided systemd services are updated."
-}