summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-05-13 21:18:46 -0300
committerHugo Osvaldo Barrera2016-05-13 21:18:46 -0300
commit77b6665b37b6859d2320903819709c40d1de19e1 (patch)
treea5572132801a51084f89cbe447b2413373e101d4
parentc8253d120c27b3c2f93d3c41216dcc00131de40e (diff)
downloadaur-77b6665b37b6859d2320903819709c40d1de19e1.tar.gz
Update to v3.3.4 and use new pypi mirror
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e588cf194d11..37429362ecf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 15:21:41 UTC 2016
+# Sat May 14 00:18:26 UTC 2016
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
- pkgver = 3.3.3
+ pkgver = 3.3.4
pkgrel = 1
url = https://gitlab.com/hobarrera/caffeine-ng
install = caffeine-ng.install
@@ -30,8 +30,8 @@ pkgbase = caffeine-ng
replaces = caffeine-systray
options = !emptydirs
options = !libtool
- source = https://pypi.python.org/packages/source/c/caffeine-ng/caffeine-ng-3.3.3.tar.gz
- md5sums = 5d19fdb82f5fcf2248e7040cc6648ed6
+ source = https://pypi.io/packages/source/c/caffeine-ng/caffeine-ng-3.3.4.tar.gz
+ md5sums = af7bbeb371cca29a9d58b45aa086e58b
pkgname = caffeine-ng
diff --git a/PKGBUILD b/PKGBUILD
index f87fbe86ed97..eaf6546e923d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=caffeine-ng
-pkgver=3.3.3
+pkgver=3.3.4
pkgrel=1
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
arch=(any)
@@ -15,8 +15,9 @@ provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
replaces=(caffeine-oneclick caffeine-systray)
options=(!emptydirs !libtool)
install=$pkgname.install
-source=("https://pypi.python.org/packages/source/c/caffeine-ng/caffeine-ng-3.3.3.tar.gz")
-md5sums=('5d19fdb82f5fcf2248e7040cc6648ed6')
+source=("https://pypi.io/packages/source/c/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+
+md5sums=('af7bbeb371cca29a9d58b45aa086e58b')
build() {
cd "$srcdir"/caffeine-ng-${pkgver}