summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-01-19 09:39:12 +0100
committerHugo Osvaldo Barrera2021-01-19 09:39:12 +0100
commit3c437d546f057ac10049b48e81b17073404e6c87 (patch)
treeb59c7b8ff7784901127c41ab51bc4a5dd12bb299
parent661b4d18074f8d0a04b245fd031dd17722fa0a38 (diff)
downloadaur-3c437d546f057ac10049b48e81b17073404e6c87.tar.gz
Update to 3.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907cab675898..3f52497755a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
- pkgver = 3.5.0
- pkgrel = 2
+ pkgver = 3.5.1
+ pkgrel = 1
url = https://github.com/caffeine-ng/caffeine-ng
arch = any
license = GPL3
@@ -29,8 +29,8 @@ pkgbase = caffeine-ng
conflicts = caffeine-systray
replaces = caffeine-oneclick
replaces = caffeine-systray
- source = https://files.pythonhosted.org/packages/source/c/caffeine-ng/caffeine-ng-3.5.0.tar.gz
- md5sums = 26fa6c3640fbe1f92c32cab80a3f7915
+ source = https://files.pythonhosted.org/packages/source/c/caffeine-ng/caffeine-ng-3.5.1.tar.gz
+ md5sums = c56988059680bcd25525480f8688f81e
pkgname = caffeine-ng
diff --git a/PKGBUILD b/PKGBUILD
index c06aca54087e..37d7ab138b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=caffeine-ng
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
arch=(any)
url="https://github.com/caffeine-ng/caffeine-ng"
@@ -17,7 +17,7 @@ provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
replaces=(caffeine-oneclick caffeine-systray)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('26fa6c3640fbe1f92c32cab80a3f7915')
+md5sums=('c56988059680bcd25525480f8688f81e')
build() {
cd "$srcdir"/caffeine-ng-${pkgver}