diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-07 04:19:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:42 +0100 |
commit | 24b929129e1e60cf6e990106f6309d183b4a7c5d (patch) | |
tree | cb3d9099dc2493ee79d4d210e7ed977821e0b400 | |
parent | ab192fd6e1c59bd0087dc6eec9d188eef2bcbbf6 (diff) | |
download | aports-24b929129e1e60cf6e990106f6309d183b4a7c5d.tar.gz aports-24b929129e1e60cf6e990106f6309d183b4a7c5d.tar.bz2 aports-24b929129e1e60cf6e990106f6309d183b4a7c5d.tar.xz |
main/py3-olefile: rebuild against python 3.10
-rw-r--r-- | main/py3-olefile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-olefile/APKBUILD b/main/py3-olefile/APKBUILD index c1b20c6b6c..c40275302e 100644 --- a/main/py3-olefile/APKBUILD +++ b/main/py3-olefile/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-olefile pkgver=0.46 -pkgrel=5 +pkgrel=6 pkgdesc="Python module to read/write MS OLE2 files" url="https://www.decalage.info/olefile" arch="noarch" |