aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-30 14:06:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:33:59 +0000
commit730782632c5e82e1f8275136bbf8b641dad83ca5 (patch)
tree346daed7109fe0ff7b25a160e673d326022b2ce7
parenta24cbe54a715ec612aeac028d94e294eb1acbf4a (diff)
community/py3-flup: rebuild against python 3.8
-rw-r--r--community/py3-flup/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-flup/APKBUILD b/community/py3-flup/APKBUILD
index e3616a19780..dac4b6d5c46 100644
--- a/community/py3-flup/APKBUILD
+++ b/community/py3-flup/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-flup
_pkgname=flup
pkgver=1.0.3
-pkgrel=0
+pkgrel=1
pkgdesc="WSGI modules for Python"
options="!check" # No testsuite
url="https://www.saddi.com/software/flup/"