summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2017-10-23 11:34:40 -0300
committerBruno Galeotti2017-10-23 11:34:40 -0300
commitd2b2bce77e13f62dc7cb62fc8fe3c13c20d8f69a (patch)
tree3aa91416f8d1ad0e2803c3b9b413c95c21d8cfd4
parent3ba147b380251dd79417f8e11f948038df83ff52 (diff)
downloadaur-d2b2bce77e13f62dc7cb62fc8fe3c13c20d8f69a.tar.gz
Upgrade to 0.8.1
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9396c5bf0c9f..2ced027110af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Bruno Galeotti <bgaleotti at gmail dot com>
pkgname=python2-tabulate
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc="Pretty-print tabular data in Python."
arch=(any)
url="https://bitbucket.org/astanin/python-tabulate"
depends=('python2' 'python2-psutil')
-source=("https://pypi.python.org/packages/source/t/tabulate/tabulate-$pkgver.tar.gz")
-sha256sums=('9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e')
+#source=("https://pypi.python.org/packages/b6/88/0bd3eff61b663bd25ae824d60de5fdc441a872f1c8988bb5a057a7432a44/tabulate-0.8.1.tar.gz")
+source=("https://bitbucket.org/astanin/python-tabulate/get/v$pkgver.tar.gz")
+sha256sums=('00c2569b2795dcf19ef45767444fa69e2cd2a040687800d81512e3acc9558d08')
license=('MIT')
build() {