aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-05 14:53:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:45 +0000
commit4408c291e29b6b34f7ae334c6a55b858533ff46a (patch)
treec8de4927c4b5926cb85bcad03318aafe707c29a5
parentc9dfb328b2a63b76795d192b09a74ec0aa610d9a (diff)
testing/py3-wbdata: rebuild against python 3.8
-rw-r--r--testing/py3-wbdata/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-wbdata/APKBUILD b/testing/py3-wbdata/APKBUILD
index 55efb227088..8050118a94a 100644
--- a/testing/py3-wbdata/APKBUILD
+++ b/testing/py3-wbdata/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-wbdata
_pkgname=wbdata
pkgver=0.2.7
-pkgrel=1
+pkgrel=2
pkgdesc="A library to access World Bank data"
options="!check" # Tests are broken
url="https://github.com/oliversherouse/wbdata"