summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBonnee2018-01-11 14:06:01 +0100
committerBonnee2018-01-11 14:06:01 +0100
commit8b54b18dc5f9e9e8433244e63e3f599fb98915ab (patch)
tree510541f0709454c3273e9ebdb2c969702bad51b6
parent88274091347126bdfbc21f1f148b08860023fe16 (diff)
downloadaur-8b54b18dc5f9e9e8433244e63e3f599fb98915ab.tar.gz
Update to MFC-L8900CDW
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD19
-rw-r--r--brother-mfc-l8900cdw.install (renamed from brother-mfc-l8850cdw.install)2
3 files changed, 21 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 737d4d74826b..49b36fa4d62c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
-# Generated by mksrcinfo v8
-# Thu May 12 20:35:33 UTC 2016
-pkgbase = brother-mfc-l8850cdw
- pkgdesc = LPR and CUPS driver for the Brother MFC-L8850CDW
- pkgver = 1.1.2
- pkgrel = 1
+pkgbase = brother-mfc-l8900cdw
+ pkgdesc = LPR and CUPS driver for the Brother MFC-L8900CDW
+ pkgver = 1.2.0
+ pkgrel = 0
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
- install = brother-mfc-l8850cdw.install
+ install = brother-mfc-l8900cdw.install
arch = i686
arch = x86_64
license = unknown
@@ -14,10 +12,10 @@ pkgbase = brother-mfc-l8850cdw
depends = perl
depends = a2ps
depends = lib32-libcups
- source = http://download.brother.com/welcome/dlf101092/mfcl8850cdwlpr-1.1.2-1.i386.deb
- source = http://download.brother.com/welcome/dlf101093/mfcl8850cdwcupswrapper-1.1.2-1.i386.deb
- sha256sums = 7e681eb44a81e018706319f2f99ef1372ff75488c83573b94cfd1bcc1522ae0c
- sha256sums = 9c8969ca59410804dbaf80e7bc437fbed5576a9c8fa68c061c2d48cc130afb04
+ source = http://download.brother.com/welcome/dlf103242/mfcl8900cdwlpr-1.2.0-0.i386.deb
+ source = http://download.brother.com/welcome/dlf103251/mfcl8900cdwcupswrapper-1.2.0-0.i386.deb
+ sha256sums = 27acea938b3224b67bc049c8c3fbfcdff6e1c1eb60e3ff22479c36346844310c
+ sha256sums = f97be40c1c435d4be3b4db5efa082084ffe270771fbfcc7e78f280090e8403e2
-pkgname = brother-mfc-l8850cdw
+pkgname = brother-mfc-l8900cdw
diff --git a/PKGBUILD b/PKGBUILD
index d5b39e9e380e..a12e98112887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-model="l8850cdw"
+# Maintainer: Matteo Bonora <bonora.matteo@gmail.com>
+model="l8900cdw"
pkgname="brother-mfc-${model}"
-pkgver="1.1.2"
-pkgrel=1
-_revision=1
-pkgdesc="LPR and CUPS driver for the Brother MFC-L8850CDW"
+pkgver="1.2.0"
+pkgrel=0
+_revision=0
+pkgdesc="LPR and CUPS driver for the Brother MFC-L8900CDW"
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
arch=('i686' 'x86_64')
license=('unknown')
install="brother-mfc-${model}.install"
depends=('tcsh' 'deb2targz' 'perl' 'a2ps' 'lib32-libcups')
-source=("http://download.brother.com/welcome/dlf101092/mfc${model}lpr-${pkgver}-${_revision}.i386.deb"
- "http://download.brother.com/welcome/dlf101093/mfc${model}cupswrapper-${pkgver}-${_revision}.i386.deb")
-sha256sums=('7e681eb44a81e018706319f2f99ef1372ff75488c83573b94cfd1bcc1522ae0c'
- '9c8969ca59410804dbaf80e7bc437fbed5576a9c8fa68c061c2d48cc130afb04')
+source=("http://download.brother.com/welcome/dlf103242/mfc${model}lpr-${pkgver}-${_revision}.i386.deb"
+ "http://download.brother.com/welcome/dlf103251/mfc${model}cupswrapper-${pkgver}-${_revision}.i386.deb")
+sha256sums=('27acea938b3224b67bc049c8c3fbfcdff6e1c1eb60e3ff22479c36346844310c'
+ 'f97be40c1c435d4be3b4db5efa082084ffe270771fbfcc7e78f280090e8403e2')
package() {
diff --git a/brother-mfc-l8850cdw.install b/brother-mfc-l8900cdw.install
index e14e5f5e00da..915bdd828932 100644
--- a/brother-mfc-l8850cdw.install
+++ b/brother-mfc-l8900cdw.install
@@ -3,7 +3,7 @@ post_install() {
}
post_upgrade() {
- /opt/brother/Printers/mfcl8850cdw/cupswrapper/cupswrappermfcl8850cdw >/dev/null
+ /opt/brother/Printers/mfcl8900cdw/cupswrapper/cupswrappermfcl8900cdw >/dev/null
if [ "$?" -eq 0 ]; then
printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Done. The printer should be visible now via the CUPS-webinterface (http://localhost:631)\n"
else