aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pycups/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pycups/APKBUILD')
-rw-r--r--community/py3-pycups/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pycups/APKBUILD b/community/py3-pycups/APKBUILD
index 45a29e5b85c..14b72c421cf 100644
--- a/community/py3-pycups/APKBUILD
+++ b/community/py3-pycups/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-pycups
pkgver=2.0.1
-pkgrel=1
+pkgrel=5
pkgdesc="Python bindings for libcups"
-url="https://github.com/zdohnal/pycups"
+url="https://github.com/OpenPrinting/pycups"
arch="all"
license="GPL-2.0-or-later"
depends="python3"
@@ -22,7 +22,7 @@ build() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="fdebf1cac8cc4fffb8a76a938aa91965dae4a3dcdb6d8ee26e8e6054809d26dd3fb20b10c2351fb9265c03b16d6bde011815111c452ccb058518372f22d9d617 pycups-2.0.1.tar.gz"