summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-12 18:03:25 +0200
committerGoliathLabs2020-07-12 18:03:25 +0200
commitd62b8e14c9fde379959e41a18a78bcbbfc3130c3 (patch)
tree439b99e05eee0177866a2fce280e54e8bfa8b60c
parent9c11c797ce4f91784ac24bb9c18526a8a73cd31f (diff)
downloadaur-d62b8e14c9fde379959e41a18a78bcbbfc3130c3.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6acb8ec0418a..9878a3b16210 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-flask-autoindex
pkgdesc = Flask-AutoIndex generates an index page for your Flask application automatically
pkgver = 0.6.6
- pkgrel = 1
- url = https://packages.python.org/Flask-AutoIndex/
+ pkgrel = 2
+ url = https://pypi.org/project/Flask-AutoIndex/
arch = any
license = BSD
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 0a10e66e5505..642245cd2ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pipname=flask-autoindex
pkgname=python-flask-autoindex
pkgver=0.6.6
-pkgrel=1
+pkgrel=2
pkgdesc="Flask-AutoIndex generates an index page for your Flask application automatically"
arch=(any)
-url="https://packages.python.org/Flask-AutoIndex/"
+url="https://pypi.org/project/Flask-AutoIndex/"
license=(BSD)
depends=(python-flask-silk python-future)
makedepends=(python-setuptools)