summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2018-06-12 09:20:47 +0200
committerSebastian Lau2018-06-12 09:20:47 +0200
commit17e6d207186aa87b64c3eb0ae7d354d230ee4b43 (patch)
treeff7861b56b2ee01f455731b155f00df1d0cc665f
parent4ec1d971e1f8cce59b7c19bfce27feaa7855a657 (diff)
downloadaur-17e6d207186aa87b64c3eb0ae7d354d230ee4b43.tar.gz
UPD to v0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b28f5edff1..627488a91127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Feb 15 09:09:50 UTC 2017
pkgbase = flask-table
pkgdesc = HTML tables for use with the Flask micro-framework
- pkgver = 0.4.1
+ pkgver = 0.5.0
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.1.tar.gz::https://github.com/plumdog/flask_table/archive/v0.4.1.tar.gz
- sha1sums = 19828a412f3d1c568469a925613812fc828639fe
+ source = flask-table-0.5.0.tar.gz::https://github.com/plumdog/flask_table/archive/v0.5.0.tar.gz
+ sha1sums = 1a19b9c3bdfc8e3ff9f520e4d160b588ebcf654a
pkgname = python-flask-table
depends =
diff --git a/PKGBUILD b/PKGBUILD
index db4b0603fbcc..9d5c56d506b7 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.1'
+pkgver='0.5.0'
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=('19828a412f3d1c568469a925613812fc828639fe')
+sha1sums=('1a19b9c3bdfc8e3ff9f520e4d160b588ebcf654a')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}