aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py-flask-login/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flask-login/APKBUILD b/testing/py-flask-login/APKBUILD
index 06c5245abf..f61af0a742 100644
--- a/testing/py-flask-login/APKBUILD
+++ b/testing/py-flask-login/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-flask-login
_pkgname=Flask-Login
pkgver=0.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="Flask user session management"
url="https://pypi.python.org/pypi/Flask-Login"
arch="noarch"
@@ -12,7 +12,7 @@ depends="py-flask"
depends_dev=""
makedepends="python2-dev python3-dev py-setuptools"
install=""
-subpackages=""
+subpackages="py2-flask-login:py2 py3-flask-login:py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver