summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Kukard2020-05-08 23:29:10 +0000
committerNigel Kukard2020-05-08 23:29:10 +0000
commit003001ca1f4ae677d491251b0f5f8e4ec6f0a394 (patch)
tree0b0a7b14af3802943edcfea28e0ac8ae1694fe1f
parent24c244b63ea5e620cfc2dc93b8cb6d8355683278 (diff)
downloadaur-003001ca1f4ae677d491251b0f5f8e4ec6f0a394.tar.gz
Bumped version to 1.5.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f296a5c766d8..63efb58906d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-flask-admin
pkgdesc = Simple and extensible admin interface framework for Flask
- pkgver = 1.5.5
+ pkgver = 1.5.6
pkgrel = 1
url = https://github.com/flask-admin/flask-admin/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/F/Flask-Admin/Flask-Admin-1.5.5.tar.gz
- sha256sums = ff8270de5e8916541d19a0b03e469e2f8bbd22e4952c17aebc605112976f2fc4
+ source = https://files.pythonhosted.org/packages/source/F/Flask-Admin/Flask-Admin-1.5.6.tar.gz
+ sha256sums = 68c761d8582d59b1f7702013e944a7ad11d7659a72f3006b89b68b0bd8df61b8
pkgname = python-flask-admin
- depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 6ecf60ec2d2e..208375011aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
-pkgbase='python-flask-admin'
-pkgname=('python-flask-admin')
+pkgname=python-flask-admin
_module='Flask-Admin'
-pkgver='1.5.5'
+pkgver='1.5.6'
pkgrel=1
pkgdesc="Simple and extensible admin interface framework for Flask"
url="https://github.com/flask-admin/flask-admin/"
@@ -10,7 +9,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('ff8270de5e8916541d19a0b03e469e2f8bbd22e4952c17aebc605112976f2fc4')
+sha256sums=('68c761d8582d59b1f7702013e944a7ad11d7659a72f3006b89b68b0bd8df61b8')
build() {
cd "${srcdir}/${_module}-${pkgver}"
@@ -18,7 +17,6 @@ build() {
}
package() {
- depends+=()
cd "${srcdir}/${_module}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}