summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2015-06-23 17:02:11 -0300
committerHugo Osvaldo Barrera2015-06-23 17:02:11 -0300
commit5d2fd1e8574c01ea983ccf0a093a379ad1b93b63 (patch)
tree8a3b546163c55aaa797b00054aabc4ef608423b9 /PKGBUILD
parent8d2eab5da8803b36b63b8f222f8a12585a220fc8 (diff)
downloadaur-5d2fd1e8574c01ea983ccf0a093a379ad1b93b63.tar.gz
Update to 3.33.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9209cf3ca085..9e32e1d88a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=i3pystatus
pkgdesc="i3status replacement written in python for the i3 window manager"
-pkgver=3.32
+pkgver=3.33
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=('28bd78db1c53576781383a1c6111ea3a')
+md5sums=('984caa999542996aba2a09b90f6aadc0')
build() {
cd "$srcdir/${pkgname}-${pkgver}"