summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a10f205be49..bacdac9038e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 14 00:52:27 UTC 2016
pkgbase = i3pystatus
pkgdesc = i3status replacement written in python for the i3 window manager
- pkgver = 3.33
+ pkgver = 3.34
pkgrel = 1
url = https://github.com/enkore/i3pystatus
arch = i686
@@ -18,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.33.tar.gz
- md5sums = 984caa999542996aba2a09b90f6aadc0
+ source = https://github.com/enkore/i3pystatus/archive/3.34.tar.gz
+ md5sums = 5f87c2b230c8085e667fa18f6af64b06
pkgname = i3pystatus
diff --git a/PKGBUILD b/PKGBUILD
index 9e32e1d88a4b..fd15338e4dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=i3pystatus
pkgdesc="i3status replacement written in python for the i3 window manager"
-pkgver=3.33
+pkgver=3.34
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=('984caa999542996aba2a09b90f6aadc0')
+md5sums=('5f87c2b230c8085e667fa18f6af64b06')
build() {
cd "$srcdir/${pkgname}-${pkgver}"