summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2018-06-27 16:02:06 +0200
committerSebastian Lau2018-06-27 16:02:06 +0200
commita05b5a632a53e38604559afed14a0f0c6dfa4f55 (patch)
tree867657ff7460210f8b6282389a352675b5de6eb2
parent612eeda960b418aa8f7a2108cfc1562c7058dba4 (diff)
downloadaur-a05b5a632a53e38604559afed14a0f0c6dfa4f55.tar.gz
Release patch for v0.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc1ac9fe373..8058d20acaf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = flask-table
pkgdesc = HTML tables for use with the Flask micro-framework
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://pypi.python.org/pypi/Flask-Table/
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
source = flask-table-0.5.1.tar.gz::https://github.com/nullptrT/flask_table/archive/v0.5.1.tar.gz
- sha1sums = 0cef68a6c20e6e6ff88ddafc2078e3e683cb4131
+ sha1sums = f7bc8047150fa201002063fa87295d1329ceb301
pkgname = python-flask-table
depends =
diff --git a/PKGBUILD b/PKGBUILD
index 0867881af0f7..6eecf9e0a735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgbase='flask-table'
pkgname=('python-flask-table' 'python2-flask-table')
_module='flask_table'
pkgver='0.5.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='HTML tables for use with the Flask micro-framework'
arch=('any')
url='http://pypi.python.org/pypi/Flask-Table/'
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/nullptrT/flask_table/archive/v$pkgver.tar.gz")
-sha1sums=('0cef68a6c20e6e6ff88ddafc2078e3e683cb4131')
+sha1sums=('f7bc8047150fa201002063fa87295d1329ceb301')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}