summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2018-12-09 15:15:36 +0100
committerSebastian Lau2018-12-09 15:15:36 +0100
commit289a1e9279ba401a2bbca23aaec20501c038b9c8 (patch)
tree321d09b4dc1c51f0cd4f13ad2d932207f22eadca
parentabfc8026c0d21f63a5b1ae2ff8ce11c8d7b07fc3 (diff)
downloadaur-289a1e9279ba401a2bbca23aaec20501c038b9c8.tar.gz
UPD to new python version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60f71e4781b5..e35e92950e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flask-table
pkgdesc = HTML tables for use with the Flask micro-framework
pkgver = 0.5.1
- pkgrel = 3
+ pkgrel = 4
url = http://pypi.python.org/pypi/Flask-Table/
arch = any
license = BSD
@@ -11,13 +11,11 @@ pkgbase = flask-table
sha1sums = f7bc8047150fa201002063fa87295d1329ceb301
pkgname = python-flask-table
- depends =
depends = python
depends = python-flask
depends = python-flask-babelex
pkgname = python2-flask-table
- depends =
depends = python2
depends = python2-flask
depends = python2-flask-babelex
diff --git a/PKGBUILD b/PKGBUILD
index 81680e442d4f..468956d3d2bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='flask-table'
pkgname=('python-flask-table' 'python2-flask-table')
_module='flask_table'
-pkgver='0.5.1'
-pkgrel='3'
+pkgver=0.5.1
+pkgrel=4
pkgdesc='HTML tables for use with the Flask micro-framework'
arch=('any')
url='http://pypi.python.org/pypi/Flask-Table/'