aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-07 09:13:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-07 09:13:46 +0000
commit5e4fa9c724ca1c6734a57daa1725002c3f3cdc46 (patch)
tree011114cb63ee42ee88f030dba97cb0b605393668
parent6252c7ce30d020fd42e136ab2e00e53b2f14d0a7 (diff)
downloadaports-5e4fa9c724ca1c6734a57daa1725002c3f3cdc46.tar.bz2
aports-5e4fa9c724ca1c6734a57daa1725002c3f3cdc46.tar.xz
community/py3-gevent: actually rebuild against python 3.8
previous commit (e5ea364326ab) did not bump pkgrel so package was actually never rebuilt against python 3.8.
-rw-r--r--community/py3-gevent/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-gevent/APKBUILD b/community/py3-gevent/APKBUILD
index 59f2320956..4df39c97ff 100644
--- a/community/py3-gevent/APKBUILD
+++ b/community/py3-gevent/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-gevent
_pkgname=gevent
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python3 library for seamless coroutine-based concurrency"
options="!check" # Requires unpackaged 'objgraph'
url="http://gevent.org/"