summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayakael2017-02-07 20:22:27 -0500
committerayakael2017-02-07 20:22:27 -0500
commit1e51556ee2bd8ff55617de549708a1ac961985b7 (patch)
tree0796d57a4d5724bcc9b9dd57381a3f162e9988f6
parent01ffe8195d5f3b2acf3226950fb9ee055601c747 (diff)
downloadaur-1e51556ee2bd8ff55617de549708a1ac961985b7.tar.gz
2.30 Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57ce7ac5f501..6188d26b7b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = scangearmp-common
pkgdesc = Canon IJ Scanner Driver (Common package)
- pkgver = 2.20
+ pkgver = 2.30
pkgrel = 1
- url = http://support-asia.canon-asia.com/contents/ASIA/EN/0100470402.html
+ url = http://support-asia.canon-asia.com/contents/ASIA/EN/0100588302.html
arch = i686
arch = x86_64
license = custom
@@ -15,9 +15,9 @@ pkgbase = scangearmp-common
optdepends = sane
optdepends = gimp>=2.0.0
options = emptydirs
- source = http://gdlp01.c-wss.com/gds/1/0100005521/01/scangearmp-mg3500series-2.20-1-deb.tar.gz
+ source = http://gdlp01.c-wss.com/gds/3/0100005883/01/scangearmp-e400series-2.30-1-deb.tar.gz
source = LICENSE
- sha256sums = d4a14171a14c6221c40b589b90945512fbb0762ab4d43fb4bab48f4f858a6340
+ sha256sums = e92149a22c55008b069b8748e79f042056dc09d60b6f1dea778baaec19af8b36
sha256sums = 1b890f509ae6795dfaea46e3a3bed6384d05bc4ef7ac047ec55e72fcb2101822
pkgname = scangearmp-common
diff --git a/PKGBUILD b/PKGBUILD
index d880bf4725af..e59218345711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: Ayakael (Antoine Martin) <antoine.martin@protonmail.com>
pkgname=scangearmp-common
-pkgver=2.20
+pkgver=2.30
pkgrel=1
pkgdesc="Canon IJ Scanner Driver (Common package)"
arch=('i686' 'x86_64')
-url="http://support-asia.canon-asia.com/contents/ASIA/EN/0100470402.html"
+url="http://support-asia.canon-asia.com/contents/ASIA/EN/0100588302.html"
license=('custom')
depends=('gtk2>=2.4.0' 'libpng12' 'pangox-compat' 'libusb-compat')
optdepends=('sane' 'gimp>=2.0.0')
makedepends=('binutils' 'tar')
options=('emptydirs')
source=(
-"http://gdlp01.c-wss.com/gds/1/0100005521/01/scangearmp-mg3500series-${pkgver}-1-deb.tar.gz"
+"http://gdlp01.c-wss.com/gds/3/0100005883/01/scangearmp-e400series-${pkgver}-1-deb.tar.gz"
"LICENSE"
)
sha256sums=(
-'d4a14171a14c6221c40b589b90945512fbb0762ab4d43fb4bab48f4f858a6340'
+'e92149a22c55008b069b8748e79f042056dc09d60b6f1dea778baaec19af8b36'
'1b890f509ae6795dfaea46e3a3bed6384d05bc4ef7ac047ec55e72fcb2101822'
)
@@ -29,7 +29,7 @@ fi
package() {
- cd ${srcdir}/scangearmp-mg3500series-${pkgver}-1-deb/packages
+ cd ${srcdir}/scangearmp-e400series-${pkgver}-1-deb/packages
install scangearmp-common_${pkgver}-1_${_CARCH}.deb ${pkgdir}
cd ${pkgdir}
@@ -40,4 +40,3 @@ package() {
install -Dm644 ${srcdir}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-