From 11a1ec3037965947a94e4c778fa2f8b1529868b5 Mon Sep 17 00:00:00 2001 From: ptrcnull <git@ptrcnull.me> Date: Sat, 20 Jul 2024 22:33:41 +0200 Subject: [PATCH] community/py3-pycups: upgrade to 2.0.4 --- community/py3-pycups/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/py3-pycups/APKBUILD b/community/py3-pycups/APKBUILD index 14b72c421cfd..40239dd17b07 100644 --- a/community/py3-pycups/APKBUILD +++ b/community/py3-pycups/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-pycups -pkgver=2.0.1 -pkgrel=5 +pkgver=2.0.4 +pkgrel=0 pkgdesc="Python bindings for libcups" url="https://github.com/OpenPrinting/pycups" arch="all" @@ -25,4 +25,6 @@ package() { python3 setup.py install --skip-build --root="$pkgdir" } -sha512sums="fdebf1cac8cc4fffb8a76a938aa91965dae4a3dcdb6d8ee26e8e6054809d26dd3fb20b10c2351fb9265c03b16d6bde011815111c452ccb058518372f22d9d617 pycups-2.0.1.tar.gz" +sha512sums=" +d22148856c8cff4f30e6b7ab0d32d184e8b48358158f28735f0efe4c6e80fd0ea2a5ece87db3eada152f05435fb64c05f1c066bc7bda0649fbddcf5221d66161 pycups-2.0.4.tar.gz +" -- GitLab