diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:08:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:31 +0000 |
commit | 00759faac77f874efcc2276be8b8d2641dedc878 (patch) | |
tree | 4b127b8a3a3bdfbf51913a9ac53b3785ea022637 /testing/py3-avro/APKBUILD | |
parent | efea49fc1b128f6465abe1bc891ab3910a8c7bfc (diff) | |
download | aports-00759faac77f874efcc2276be8b8d2641dedc878.tar.bz2 aports-00759faac77f874efcc2276be8b8d2641dedc878.tar.xz |
testing/py3-avro: rebuild against python 3.8
Diffstat (limited to 'testing/py3-avro/APKBUILD')
-rw-r--r-- | testing/py3-avro/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-avro/APKBUILD b/testing/py3-avro/APKBUILD index e53f17ee2d..d66ca5560c 100644 --- a/testing/py3-avro/APKBUILD +++ b/testing/py3-avro/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-avro _pkgname=avro pkgver=1.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="Avro is a serialization and RPC framework." url="https://avro.apache.org/" arch="noarch" |