summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2017-06-25 08:27:00 -0700
committerEric Anderson2017-06-25 08:27:00 -0700
commitf4431dd4386dd9102b80fc93f8fc606831223f0a (patch)
treec8eb04fce37e35b9ef2f8332c9e95f245ac9e5d3 /PKGBUILD
parent5938cfc865642137fe977204789bda18b5328446 (diff)
downloadaur-python2-ttystatus.tar.gz
Update to 0.35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c835d58e2dd4..cca1f0c9137c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=python2-ttystatus
-pkgver=0.32
-pkgrel=2
+pkgver=0.35
+pkgrel=1
pkgdesc="Library for showing progress reporting and status updates on terminals"
arch=('any')
url="http://liw.fi/ttystatus/"
license=('GPL3')
depends=('python2')
source=("http://code.liw.fi/debian/pool/main/p/python-ttystatus/python-ttystatus_$pkgver.orig.tar.xz")
-sha256sums=('8580b9b63939b319bcebdf314e3c029e87602c82c483bc851d5e5037d5b28df8')
+sha256sums=('317120cbee8c45b459d32f9c887aee51cd0fe1a26732c87a97ae904a1af005fc')
build() {
cd "$srcdir/python-ttystatus-$pkgver"