summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-08-31 14:03:14 -0300
committerHugo Osvaldo Barrera2016-08-31 14:03:14 -0300
commit30dda1e7e9063cb067fd0fb5303d674bb0110be3 (patch)
tree039fb6d03f2bd7b7b6d9f6e6356e67212f646f57
parent223c7435601057dcb2e47d0f1466f050631ba674 (diff)
downloadaur-30dda1e7e9063cb067fd0fb5303d674bb0110be3.tar.gz
Update to 3.35
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bacdac9038e7..d53dc572aed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 14 00:52:27 UTC 2016
+# Wed Aug 31 17:03:02 UTC 2016
pkgbase = i3pystatus
pkgdesc = i3status replacement written in python for the i3 window manager
- pkgver = 3.34
+ pkgver = 3.35
pkgrel = 1
url = https://github.com/enkore/i3pystatus
arch = i686
@@ -20,8 +20,8 @@ pkgbase = i3pystatus
optdepends = python-pywapi: For the weather module.,
optdepends = python-basiciw: For the wireless module.
optdepends = python-colour: For the pulseaudio module.
- source = https://github.com/enkore/i3pystatus/archive/3.34.tar.gz
- md5sums = 5f87c2b230c8085e667fa18f6af64b06
+ source = https://github.com/enkore/i3pystatus/archive/3.35.tar.gz
+ md5sums = f3e70d903484469f77b3e8bf39466338
pkgname = i3pystatus
diff --git a/PKGBUILD b/PKGBUILD
index fd15338e4dc1..f5b18c8c254b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=i3pystatus
pkgdesc="i3status replacement written in python for the i3 window manager"
-pkgver=3.34
+pkgver=3.35
pkgrel=1
arch=('i686' 'x86_64')
license=('mit')
@@ -20,7 +20,7 @@ optdepends=('python-pyalsaaudio: For the alsa module.',
'python-colour: For the pulseaudio module.')
url="https://github.com/enkore/i3pystatus"
source=("https://github.com/enkore/i3pystatus/archive/$pkgver.tar.gz")
-md5sums=('5f87c2b230c8085e667fa18f6af64b06')
+md5sums=('f3e70d903484469f77b3e8bf39466338')
build() {
cd "$srcdir/${pkgname}-${pkgver}"