diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:08:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:11 +0100 |
commit | b3553cbef11a93646e65d182f5a42f013505e012 (patch) | |
tree | ecf6e0063e07b8beb7896f576e54991a2f9a06e0 | |
parent | 4393174f84bd076bc244fc8aad3a69b7aa37dfef (diff) | |
download | aports-b3553cbef11a93646e65d182f5a42f013505e012.tar.gz aports-b3553cbef11a93646e65d182f5a42f013505e012.tar.bz2 aports-b3553cbef11a93646e65d182f5a42f013505e012.tar.xz |
community/py3-pycups: rebuild against python 3.10
-rw-r--r-- | community/py3-pycups/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pycups/APKBUILD b/community/py3-pycups/APKBUILD index 45a29e5b85c..5a2cdc32706 100644 --- a/community/py3-pycups/APKBUILD +++ b/community/py3-pycups/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-pycups pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for libcups" url="https://github.com/zdohnal/pycups" arch="all" |