summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-13 20:34:22 +0200
committerGoliathLabs2020-05-13 20:34:22 +0200
commit9c11c797ce4f91784ac24bb9c18526a8a73cd31f (patch)
treeb7b31cefd33b5a0794a1dc61d5f7b0f021afd987
parentab2b32b4370070c48d0ad7160a8c32b1fac1d5b6 (diff)
downloadaur-9c11c797ce4f91784ac24bb9c18526a8a73cd31f.tar.gz
Updated: 0.6.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7ec69ac2f65..6acb8ec0418a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-flask-autoindex
pkgdesc = Flask-AutoIndex generates an index page for your Flask application automatically
- pkgver = 0.6.4
- pkgrel = 2
+ pkgver = 0.6.6
+ pkgrel = 1
url = https://packages.python.org/Flask-AutoIndex/
arch = any
license = BSD
makedepends = python-setuptools
depends = python-flask-silk
depends = python-future
- source = python-flask-autoindex-0.6.4.tar.gz::https://github.com/general03/flask-autoindex/archive/v0.6.4.tar.gz
- sha256sums = 44df9cc770d7fc30f8e90d77c468035329855b90aaff18bf4c2a7dc5fac63b77
+ source = python-flask-autoindex-0.6.6.tar.gz::https://github.com/general03/flask-autoindex/archive/v0.6.6.tar.gz
+ sha256sums = e4f78cfab8d78d85bbb4e0572e8c0542fefa08fa5f872a749ac051893cf82d5f
pkgname = python-flask-autoindex
diff --git a/PKGBUILD b/PKGBUILD
index 74b5bd6e1141..0a10e66e5505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
-# Maintainer: Moritz Lipp <mlq@pwmt.org>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Antonio Rojas <arojas@archlinux.org>
+# Contributor: Moritz Lipp <mlq@pwmt.org>
_pipname=flask-autoindex
pkgname=python-flask-autoindex
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.6.6
+pkgrel=1
pkgdesc="Flask-AutoIndex generates an index page for your Flask application automatically"
arch=(any)
url="https://packages.python.org/Flask-AutoIndex/"
@@ -12,7 +13,7 @@ license=(BSD)
depends=(python-flask-silk python-future)
makedepends=(python-setuptools)
source=($pkgname-$pkgver.tar.gz::"https://github.com/general03/flask-autoindex/archive/v$pkgver.tar.gz")
-sha256sums=('44df9cc770d7fc30f8e90d77c468035329855b90aaff18bf4c2a7dc5fac63b77')
+sha256sums=('e4f78cfab8d78d85bbb4e0572e8c0542fefa08fa5f872a749ac051893cf82d5f')
package() {
cd $_pipname-$pkgver