aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 07:10:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:32 +0000
commit219d08de891d2ade5da6c93cbcd0daf75c0f720b (patch)
tree854f5444ae982451fc629b588eac093cbf1efaa2
parente9708f15cefcfbd5898f589237f0ac8145cf2fca (diff)
testing/py3-bottle-session: rebuild against python 3.8
-rw-r--r--testing/py3-bottle-session/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-bottle-session/APKBUILD b/testing/py3-bottle-session/APKBUILD
index 646a9782eec..8bbf5e70d38 100644
--- a/testing/py3-bottle-session/APKBUILD
+++ b/testing/py3-bottle-session/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-bottle-session
_pkgname=bottle-session
pkgver=0.9
-pkgrel=0
+pkgrel=1
pkgdesc="Bottle session plugin"
options="!check" # No testsuite on tarball
url="https://bitbucket.org/devries/bottle-session"