aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flask-login
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 02:06:29 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 02:06:29 +0000
commitd899c8b0634ed03418c2c8263285b71e1a2878af (patch)
tree398c7fe9a52d1bb7ccf12e7ed56d3de589ba5be2 /testing/py-flask-login
parentc620ac039f7dfb42410576f4479f8d037ecf2664 (diff)
downloadaports-d899c8b0634ed03418c2c8263285b71e1a2878af.tar.bz2
aports-d899c8b0634ed03418c2c8263285b71e1a2878af.tar.xz
testing/py-flask-login: oops
Diffstat (limited to 'testing/py-flask-login')
-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