summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-11-06 04:22:20 +0100
committerRiccardo Berto2019-11-06 04:22:20 +0100
commit909692d4d78f3cdc1d9c75c062cf2d92e229ae7e (patch)
treef7b30d38a5b6f50fbfe3231f697922c1de43652a
parent52f25a116b5a26d325bc2d4222a547f6e485fcc5 (diff)
downloadaur-909692d4d78f3cdc1d9c75c062cf2d92e229ae7e.tar.gz
upgpkg: python-flask-paginate 0.5.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e92a0dca29c..e70786099975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-flask-paginate
pkgdesc = Simple paginate support for flask
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/lixxu/flask-paginate
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/f/flask-paginate/flask-paginate-0.5.4.tar.gz
- sha256sums = 60079a1c4c600cb4d4a9f7c386ea357b5ee02355ae6d6e8b41f769ae3f7af3ad
+ source = https://files.pythonhosted.org/packages/a2/5a/133899485b67440d0bddbead5f90191f9bbb3c60b600dbddd184f85c2c1a/flask_paginate-0.5.5-py2.py3-none-any.whl
+ sha256sums = d2aa07b4ef27f56f973482aaa06a0d93dc769a3e4d3e9c382a305ab72ac38ad9
pkgname = python-flask-paginate
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3814dd36e296..07db7bfefe62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-flask-paginate'
pkgname=('python-flask-paginate')
_module='flask-paginate'
-pkgver='0.5.4'
+pkgver='0.5.5'
pkgrel=1
pkgdesc="Simple paginate support for flask"
url="https://github.com/lixxu/flask-paginate"
@@ -9,8 +9,8 @@ depends=('python')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('60079a1c4c600cb4d4a9f7c386ea357b5ee02355ae6d6e8b41f769ae3f7af3ad')
+source=("https://files.pythonhosted.org/packages/a2/5a/133899485b67440d0bddbead5f90191f9bbb3c60b600dbddd184f85c2c1a/flask_paginate-${pkgver}-py2.py3-none-any.whl")
+sha256sums=('d2aa07b4ef27f56f973482aaa06a0d93dc769a3e4d3e9c382a305ab72ac38ad9')
build() {
cd "${srcdir}/${_module}-${pkgver}"