summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2017-02-15 10:09:53 +0100
committerSebastian Lau2017-02-15 10:09:53 +0100
commit4ec1d971e1f8cce59b7c19bfce27feaa7855a657 (patch)
treeae3f64696f118567a79fdc5d7597545cc64cdaaf
parentfbca4dec5853db168cb8fdd29e538f459e312790 (diff)
downloadaur-4ec1d971e1f8cce59b7c19bfce27feaa7855a657.tar.gz
UPD to 0.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf7c15d0a77..d3b28f5edff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 08:09:35 UTC 2017
+# Wed Feb 15 09:09:50 UTC 2017
pkgbase = flask-table
pkgdesc = HTML tables for use with the Flask micro-framework
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = http://pypi.python.org/pypi/Flask-Table/
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = flask-table-0.4.0.tar.gz::https://github.com/plumdog/flask_table/archive/v0.4.0.tar.gz
- sha1sums = 97d8d0656cea93fcd0c384e1a1671d79be9031e9
+ source = flask-table-0.4.1.tar.gz::https://github.com/plumdog/flask_table/archive/v0.4.1.tar.gz
+ sha1sums = 19828a412f3d1c568469a925613812fc828639fe
pkgname = python-flask-table
depends =
diff --git a/PKGBUILD b/PKGBUILD
index 460a39fb7af1..db4b0603fbcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='flask-table'
pkgname=('python-flask-table' 'python2-flask-table')
_module='flask_table'
-pkgver='0.4.0'
+pkgver='0.4.1'
pkgrel='1'
pkgdesc='HTML tables for use with the Flask micro-framework'
arch=('any')
@@ -11,7 +11,7 @@ url='http://pypi.python.org/pypi/Flask-Table/'
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/plumdog/flask_table/archive/v$pkgver.tar.gz")
-sha1sums=('97d8d0656cea93fcd0c384e1a1671d79be9031e9')
+sha1sums=('19828a412f3d1c568469a925613812fc828639fe')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}