summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2020-12-03 10:01:07 +0100
committerJohannes Wienke2020-12-03 10:01:07 +0100
commit6fa26c0149f9504598d103f213e327a267c3cd1c (patch)
treee6f247ce9633e535ccf5931565188a1131c98a07
parent35e493236461897b0dfa0a09e5b4b22d5f4dde9b (diff)
downloadaur-6fa26c0149f9504598d103f213e327a267c3cd1c.tar.gz
Version bump for Python version upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de2f4af9f38a..0629f0d66bd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autosuspend
pkgdesc = A daemon to suspend and wake up a system based on configurable checks
pkgver = 3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/languitar/autosuspend
install = autosuspend.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 39ffbaf40882..33e70184e508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=autosuspend
pkgver=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A daemon to suspend and wake up a system based on configurable checks"
arch=(any)
url="https://github.com/languitar/autosuspend"