summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9feeda42bf59..98ceb60b3c9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Nov 5 17:44:57 UTC 2018
pkgbase = cndrvcups-lb
pkgdesc = CUPS Canon UFR II LIPSLX CARPS2 printer driver for LBP iR MF ImageCLASS ImageRUNNER Laser Shot i-SENSYS ImagePRESS ADVANCE printers and copiers
- pkgver = 3.60
- pkgrel = 1
+ pkgver = 3.70
+ pkgrel = 2
url = https://www.canon-europe.com/support/products/imagerunner/imagerunner-1730i.aspx
install = cndrvcups-lb.install
arch = i686
@@ -12,21 +10,21 @@ pkgbase = cndrvcups-lb
makedepends = autoconf
makedepends = automake
makedepends = gzip
- depends = cndrvcups-common-lb>=4.00
+ depends = cndrvcups-common-lb>=4.10
conflicts = cndrvcups-lb-cpca
options = !emptydirs
options = !strip
options = !libtool
- source = http://gdlp01.c-wss.com/gds/0/0100009240/02/linux-UFRII-drv-v360-uken.tar.gz
+ source = https://gdlp01.c-wss.com/gds/4/0100010264/01/linux-UFRII-drv-v370-uken-07.tar.gz
source = 0000-cgnplp-po-Makefile-quote-spaces.patch
source = how-to.txt
- md5sums = a613792136de44958a9953814ef0e6b6
+ md5sums = 35d69e337c7043d1adc4f5a496126d88
md5sums = 638b9668916f5973df0dba0526ba803a
md5sums = e9b4391436a9ccf730a4f6e8adc74657
- sha256sums = a5bf2c2d53049ad64acf2ed8b6dc954ff261c4b996ce1cc81471e5baaf5e40cd
+ sha256sums = ff16438de55c982d649cdb20e262a54b13569e2320ed3e75b9c4b000c7bbdd06
sha256sums = b2e4185c66d42facb57783d3d4b7d571b826b8af23d66f60574e0604b3bfd0b7
sha256sums = 62c4bfe3e4155e5e805b51eaa4b9dd3581ba029259c2817d9ebe66077aad7280
- sha512sums = c8b2abb2d0e9ccf972241dda5154c0ddd1ba9cfe6c721c242c40c90cf29e8d0b2c6a559907318cd191232f699a42425cc4148aebcaab6aa111f1cb5439777ce7
+ sha512sums = d7ae9cd31a42a4e8284d058654182ae091c1e4e4d2f62a8e3ca9a89893af5769a6c03dd2a6d11e767cb30b003facf20adcf00438d026c21125968cee687d5bea
sha512sums = cc24afbc841125dc3556ada8fa2fc9b432f9b648efe18f0f6c659fdf916fe22d80f5524340877696e896d7f4a00206ba54c89943290c08377cbfaa6c9569fc00
sha512sums = 736e1785c443c4d129c8801a127410012889f46691259e8a7f6a54106a0647beb5b6267aabb78b3ed0a1c7a9d8ce216e159515d3aad425812e5be52c8b58e4ee
depends_i686 = gcc-libs
@@ -37,4 +35,3 @@ pkgbase = cndrvcups-lb
optdepends_x86_64 = lib32-libjpeg6-turbo: improves printing results for color imageRUNNER/i-SENSYS LBP devices
pkgname = cndrvcups-lb
-
diff --git a/PKGBUILD b/PKGBUILD
index 9c9e5ff6a674..480b3a936484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,6 @@
# Contributor: Steven She <mintcoffee@gmail.com>
# Contributor: vbPadre <vbPadre@gmail.com>
-# TODO: cndrvcups-common-lb and cndrvcups-lb should be a single split package
-
set -u
#if [ ! -z "${BUILDDIR:-}" ] && [ "${BUILDDIR// /}" != "${BUILDDIR}" ]; then
# BUILDDIR="/tmp/makepkg.${USER// /}"
@@ -13,10 +11,12 @@ pkgbase='cndrvcups-lb'
pkgname="${pkgbase}"
#_pkgver='3.40'; _commonver='3.80'; _dl='8/0100002708/17'
#_pkgver='3.50'; _commonver='3.90'; _dl='8/0100007658/05'
-_pkgver='3.60'; _commonver='4.00'; _dl='0/0100009240/02'
+#_pkgver='3.60'; _commonver='4.00'; _dl='0/0100009240/02'
+#_pkgver='3.70'; _commonver='4.10'; _dl='8/0100007658/08'
+_pkgver='3.70'; _commonver='4.10'; _dl='4/0100010264/01'
pkgver="${_pkgver}"
-pkgrel='1'
+pkgrel='2'
pkgdesc='CUPS Canon UFR II LIPSLX CARPS2 printer driver for LBP iR MF ImageCLASS ImageRUNNER Laser Shot i-SENSYS ImagePRESS ADVANCE printers and copiers'
arch=('i686' 'x86_64')
# Direct links to the download reference go bad on the next version. We want something that will persist for a while.
@@ -37,17 +37,17 @@ options+=('!libtool')
install="${pkgname}.install"
_srcdir="${pkgbase}-${pkgver}"
source=(
- "http://gdlp01.c-wss.com/gds/${_dl}/linux-UFRII-drv-v${_pkgver//\./}-uken.tar.gz"
+ "https://gdlp01.c-wss.com/gds/${_dl}/linux-UFRII-drv-v${_pkgver//\./}-uken-07.tar.gz"
'0000-cgnplp-po-Makefile-quote-spaces.patch'
'how-to.txt'
)
-md5sums=('a613792136de44958a9953814ef0e6b6'
+md5sums=('35d69e337c7043d1adc4f5a496126d88'
'638b9668916f5973df0dba0526ba803a'
'e9b4391436a9ccf730a4f6e8adc74657')
-sha256sums=('a5bf2c2d53049ad64acf2ed8b6dc954ff261c4b996ce1cc81471e5baaf5e40cd'
+sha256sums=('ff16438de55c982d649cdb20e262a54b13569e2320ed3e75b9c4b000c7bbdd06'
'b2e4185c66d42facb57783d3d4b7d571b826b8af23d66f60574e0604b3bfd0b7'
'62c4bfe3e4155e5e805b51eaa4b9dd3581ba029259c2817d9ebe66077aad7280')
-sha512sums=('c8b2abb2d0e9ccf972241dda5154c0ddd1ba9cfe6c721c242c40c90cf29e8d0b2c6a559907318cd191232f699a42425cc4148aebcaab6aa111f1cb5439777ce7'
+sha512sums=('d7ae9cd31a42a4e8284d058654182ae091c1e4e4d2f62a8e3ca9a89893af5769a6c03dd2a6d11e767cb30b003facf20adcf00438d026c21125968cee687d5bea'
'cc24afbc841125dc3556ada8fa2fc9b432f9b648efe18f0f6c659fdf916fe22d80f5524340877696e896d7f4a00206ba54c89943290c08377cbfaa6c9569fc00'
'736e1785c443c4d129c8801a127410012889f46691259e8a7f6a54106a0647beb5b6267aabb78b3ed0a1c7a9d8ce216e159515d3aad425812e5be52c8b58e4ee')