diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 15:21:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:56 +0000 |
commit | e35f32ed464f33f1bf4b532eeea61b92b80e16a9 (patch) | |
tree | 89e2245e1a3fa836233a07c924a5736e7b74e116 | |
parent | d2d22bfbad9cff9ad14dee42b6ef043ede6b53b7 (diff) | |
download | aports-e35f32ed464f33f1bf4b532eeea61b92b80e16a9.tar.bz2 aports-e35f32ed464f33f1bf4b532eeea61b92b80e16a9.tar.xz |
community/py3-backcall: rebuild against python 3.8
-rw-r--r-- | community/py3-backcall/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-backcall/APKBUILD b/community/py3-backcall/APKBUILD index 353e627204..5407f20688 100644 --- a/community/py3-backcall/APKBUILD +++ b/community/py3-backcall/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py3-backcall pkgver=0.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Backwards compatible callback APIs" url="https://github.com/takluyver/backcall" arch="noarch" |