Package Details: carps-cups-git r158.18d80d1-2

Git Clone URL: https://aur.archlinux.org/carps-cups-git.git (read-only, click to copy)
Package Base: carps-cups-git
Description: CUPS driver for Canon CARPS printers
Upstream URL: https://github.com/ondrej-zary/carps-cups
Keywords: 500 canon carps cups d300 fax-l400 fp-l170 icd300 imageclass l180 l380 l380s l390 l398 l398s l408s laserclass lc310 mf3110 mf350 mf5630 mf5650 mf5730 mf5770 pc-d300 printer
Licenses: GPL
Conflicts: carps-cups
Provides: carps-cups
Submitter: novenary
Maintainer: kensand
Last Packager: kensand
Votes: 4
Popularity: 0.000000
First Submitted: 2020-10-04 12:00 (UTC)
Last Updated: 2023-11-17 00:53 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

kensand commented on 2022-12-12 01:53 (UTC)

Found the issue - looks like the git:// extension doesn't work anymore for the source. Here's a patch to fix it - this works for me.

diff --git a/PKGBUILD b/PKGBUILD
index f5e082a..584285d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('libcups')
 makedepends=('git')
 provides=("${_pkgname}")
 conflicts=("${_pkgname}")
-source=('git://github.com/ondrej-zary/carps-cups.git')
+source=('git+https://github.com/ondrej-zary/carps-cups.git')
 md5sums=('SKIP')

 pkgver() {

kensand commented on 2022-12-12 00:15 (UTC)

This package is not building correctly - the ppd files didn't end up in /usr/share/cups/model/CARPS for me. Also, the git repo is timing out for some reason - although that might just be network related since I was able to pull it down via HTTPS.