summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6d3701e04ff..d5d08f2358c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 23:50:36 UTC 2016
+# Wed Aug 10 22:49:11 UTC 2016
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
- pkgver = 3.3.6
+ pkgver = 3.3.7
pkgrel = 1
url = https://gitlab.com/hobarrera/caffeine-ng
install = caffeine-ng.install
@@ -31,8 +31,8 @@ pkgbase = caffeine-ng
replaces = caffeine-systray
options = !emptydirs
options = !libtool
- source = https://pypi.io/packages/source/c/caffeine-ng/caffeine-ng-3.3.6.tar.gz
- md5sums = bbb29f83c2d2df26d80556d9194f476e
+ source = https://pypi.io/packages/source/c/caffeine-ng/caffeine-ng-3.3.7.tar.gz
+ md5sums = de1b3e00cca6bca27e8c0460e4a982c3
pkgname = caffeine-ng
diff --git a/PKGBUILD b/PKGBUILD
index e93298db7c1b..ac072b8e4e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=caffeine-ng
-pkgver=3.3.6
+pkgver=3.3.7
pkgrel=1
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
arch=(any)
@@ -17,7 +17,7 @@ options=(!emptydirs !libtool)
install=$pkgname.install
source=("https://pypi.io/packages/source/c/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('bbb29f83c2d2df26d80556d9194f476e')
+md5sums=('de1b3e00cca6bca27e8c0460e4a982c3')
build() {
cd "$srcdir"/caffeine-ng-${pkgver}