summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2018-05-21 12:11:45 -0300
committerHugo Osvaldo Barrera2018-05-21 12:11:45 -0300
commit6360b1e7dc9f6ec6f9797a48eaff6d0bb54d4fcf (patch)
treea9f7552a470b740fb2f22a95a704ab5f57914bd6
parentfa6718f463ab71838aeaa242f2411768cfd82b7b (diff)
downloadaur-6360b1e7dc9f6ec6f9797a48eaff6d0bb54d4fcf.tar.gz
Update to 3.4.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa2730a4295a..e73125e8eab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Aug 2 00:30:10 UTC 2017
+# Mon May 21 15:11:28 UTC 2018
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
- pkgver = 3.4.0
- pkgrel = 2
- url = https://gitlab.com/hobarrera/caffeine-ng
+ pkgver = 3.4.2
+ pkgrel = 1
+ url = https://github.com/caffeine-ng/caffeine-ng
arch = any
license = GPL3
depends = python-gobject
@@ -30,8 +30,8 @@ pkgbase = caffeine-ng
replaces = caffeine-systray
options = !emptydirs
options = !libtool
- source = https://pypi.io/packages/source/c/caffeine-ng/caffeine-ng-3.4.0.tar.gz
- md5sums = 6dca670ff21eec61fbdfe2ff508c7a02
+ source = https://pypi.io/packages/source/c/caffeine-ng/caffeine-ng-3.4.2.tar.gz
+ md5sums = e96496616c4341561e224989f4d1ee61
pkgname = caffeine-ng
diff --git a/PKGBUILD b/PKGBUILD
index 3ed6b18df646..9fd74f51ab32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=caffeine-ng
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
arch=(any)
-url="https://gitlab.com/hobarrera/caffeine-ng"
+url="https://github.com/caffeine-ng/caffeine-ng"
license=(GPL3)
depends=(python-gobject python-xdg python-dbus python-docopt python-ewmh gtk3
libnotify python-setproctitle python-setuptools python-wheel)
@@ -16,7 +16,7 @@ replaces=(caffeine-oneclick caffeine-systray)
options=(!emptydirs !libtool)
source=("https://pypi.io/packages/source/c/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6dca670ff21eec61fbdfe2ff508c7a02')
+md5sums=('e96496616c4341561e224989f4d1ee61')
build() {
cd "$srcdir"/caffeine-ng-${pkgver}