summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe598bcc66c..b8260715b8f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 00:39:18 UTC 2016
+# Sun Jun 25 15:26:47 UTC 2017
pkgbase = python2-ttystatus
pkgdesc = Library for showing progress reporting and status updates on terminals
- pkgver = 0.32
- pkgrel = 2
+ pkgver = 0.35
+ pkgrel = 1
url = http://liw.fi/ttystatus/
arch = any
license = GPL3
depends = python2
- source = http://code.liw.fi/debian/pool/main/p/python-ttystatus/python-ttystatus_0.32.orig.tar.xz
- sha256sums = 8580b9b63939b319bcebdf314e3c029e87602c82c483bc851d5e5037d5b28df8
+ source = http://code.liw.fi/debian/pool/main/p/python-ttystatus/python-ttystatus_0.35.orig.tar.xz
+ sha256sums = 317120cbee8c45b459d32f9c887aee51cd0fe1a26732c87a97ae904a1af005fc
pkgname = python2-ttystatus
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"