backports/py3-flask-principal: upgrade to pkgrel 6
This commit is contained in:
parent
5837a56bf7
commit
1c18f4930f
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=py3-flask-principal
|
||||
_pkgname=flask-principal
|
||||
pkgver=0.4.0
|
||||
pkgrel=4
|
||||
pkgrel=6
|
||||
pkgdesc="Flask Identity management"
|
||||
url="https://pythonhosted.org/Flask-Principal/"
|
||||
arch="noarch"
|
||||
|
@ -11,6 +11,7 @@ license="MIT"
|
|||
depends="python3 py3-blinker py3-flask"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-nose"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/mattupstate/flask-principal/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
|
@ -26,7 +27,7 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
python3 setup.py install --skip-build --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="ed8cb28c4e8d936de96db0bf9f7cb45b253dc204c4b8f8dd8022ef1552592ff6324b4a33d3ee862794a6e20eb8c32a0365e7b9397d427da5022c5ded3dfa308a py3-flask-principal-0.4.0.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue