diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 22:58:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 22:58:30 -0300 |
commit | c46918ede36d3853b1107675f05de0d979cbc306 (patch) | |
tree | a984738ff0209363b1740f679cbcc2892ee08148 | |
parent | 5f2595f50aa9d2f05a2b4d66ca0315ebe9e17741 (diff) |
community/py3-msgpack: actually rebuild against python3.8
-rw-r--r-- | community/py3-msgpack/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-msgpack/APKBUILD b/community/py3-msgpack/APKBUILD index e9f9e960604..c1c0ffe81b4 100644 --- a/community/py3-msgpack/APKBUILD +++ b/community/py3-msgpack/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-msgpack _pkgname=msgpack-python pkgver=0.6.2 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 module for MessagePack serialization/deserialization" url="https://msgpack.org/" arch="all" |