summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2018-02-10 12:19:38 -0300
committerBruno Galeotti2018-02-10 12:19:38 -0300
commite451468942c1ef3a1206e77d6f77677e71ca6495 (patch)
treee44a5b7f42acf582cf53527ad51a0c4a854f2047
parentd2b2bce77e13f62dc7cb62fc8fe3c13c20d8f69a (diff)
downloadaur-e451468942c1ef3a1206e77d6f77677e71ca6495.tar.gz
Fixed .SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b37abeda07b..1568955c24c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 14:10:06 UTC 2016
+# Sat Feb 10 15:19:20 UTC 2018
pkgbase = python2-tabulate
pkgdesc = Pretty-print tabular data in Python.
- pkgver = 0.7.5
+ pkgver = 0.8.1
pkgrel = 2
url = https://bitbucket.org/astanin/python-tabulate
arch = any
license = MIT
depends = python2
depends = python2-psutil
- source = https://pypi.python.org/packages/source/t/tabulate/tabulate-0.7.5.tar.gz
- sha256sums = 9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e
+ source = https://bitbucket.org/astanin/python-tabulate/get/v0.8.1.tar.gz
+ sha256sums = 00c2569b2795dcf19ef45767444fa69e2cd2a040687800d81512e3acc9558d08
pkgname = python2-tabulate
diff --git a/PKGBUILD b/PKGBUILD
index 2ced027110af..cfbe00a753bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-tabulate
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Pretty-print tabular data in Python."
arch=(any)
url="https://bitbucket.org/astanin/python-tabulate"