summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-07 13:52:57 +0200
committerGoliathLabs2020-07-07 13:52:57 +0200
commitf7f74f43323796a6eb30544d5052e8dd977db6bd (patch)
treec4d77fa1940c4a2dd43c866c8126e46c5217631d
parent5331c36c218da0d24c1d12c5c9409a13db9d60e9 (diff)
downloadaur-f7f74f43323796a6eb30544d5052e8dd977db6bd.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667155372676..9c9f59cf4d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = cnijfilter-mg4200
pkgdesc = Canon IJ Printer Driver (for mg4200 series)
pkgver = 3.80
- pkgrel = 3
- url = http://support-au.canon.com.au/contents/AU/EN/0100469302.html
+ pkgrel = 4
+ url = https://sg.canon/en/support/0100469302
arch = i686
arch = x86_64
license = custom
@@ -10,7 +10,7 @@ pkgbase = cnijfilter-mg4200
depends = gtk2
depends = cups
depends = ghostscript
- source = http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz
+ source = https://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz
source = fix_cups.patch
source = fix_png.patch
source = fix_configures.patch
diff --git a/PKGBUILD b/PKGBUILD
index 420ac8a5dafa..cb74c89ed4d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Felix Golatofski (https://www.xdfr.de)
+# Maintainer: Felix Golatofski <contact@xdfr.de>
# Maintainer: William Immendorf (https://curus.xyz)
# Contributor: Karol 'Kenji Takahashi' Woźniak @ kenji.sx
# Based on a cnijfilter-mg3200 package by morris555
@@ -19,14 +19,14 @@ _id=405
pkgname=cnijfilter-${_name}
pkgver=3.80
-pkgrel=3
+pkgrel=4
_pkgver=3.80-1
pkgdesc="Canon IJ Printer Driver (for ${_name} series)"
-url="http://support-au.canon.com.au/contents/AU/EN/0100469302.html"
+url="https://sg.canon/en/support/0100469302"
arch=('i686' 'x86_64')
license=('custom')
depends=('popt' 'gtk2' 'cups' 'ghostscript')
-source=(http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-${_pkgver}.tar.gz
+source=(https://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-${_pkgver}.tar.gz
fix_cups.patch
fix_png.patch
fix_configures.patch)