summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wasiluk2017-08-23 18:07:21 +0200
committerTom Wasiluk2017-08-23 18:07:21 +0200
commit3d25e483ed696e1c83a08cd8b2624a7125dd82fe (patch)
tree9b8fcf194287991483f9cceda43658d90dd8bcc8
parent269c09743fbf7339f0ea21e9260ef2ab72316e92 (diff)
downloadaur-3d25e483ed696e1c83a08cd8b2624a7125dd82fe.tar.gz
updated Brother source packages
-rw-r--r--PKGBUILD19
1 files changed, 12 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb0178ebd6f7..db2cfb6db8d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,24 @@
+# Submitter: voidptr <aur at voidptr dot net>
+# Contributor: Andrew Hacking <ahacking at gmail>
+# Maintainer: Tom Wasiluk <tomasz at wasil dot uk>
+
model="9340cdw"
pkgname="brother-mfc-$model"
-pkgver="1.1.2"
+pkgver="1.1.4"
pkgrel=1
-_revision=2
+_cupswrapper_verstr="1.1.4-0"
+_lpr_verstr="1.1.2-1"
pkgdesc="LPR and CUPS driver for the Brother MFC-9340CDW"
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://www.brother.com/pub/bsc/linux/dlf/mfc${model}lpr-${pkgver}-${_revision}.i386.deb"
- "http://www.brother.com/pub/bsc/linux/dlf/mfc${model}cupswrapper-${pkgver}-${_revision}.i386.deb")
-sha256sums=('0591020f391dd904680e2a3beb9664e404cac144d5848f7091c9246b44bc8dfe'
- '365ea68d8967ddb567372462e4d5293bdbbf1a0c68a92e37f2241519442c05dd')
+source=("http://download.brother.com/welcome/dlf007027/mfc${model}lpr-${_lpr_verstr}.i386.deb"
+ "http://download.brother.com/welcome/dlf007029/mfc${model}cupswrapper-${_cupswrapper_verstr}.i386.deb")
+sha256sums=('0591020f391dd904680e2a3beb9664e404cac144d5848f7091c9246b44bc8dfe'
+ '7ba2bd88eec76e7f278a220e1a8e32a3f4404280723c299bcdc4613b2bbb9c36')
package() {
deb2targz *.deb >/dev/null || return 1
@@ -27,4 +32,4 @@ package() {
perl -i -pe 's#printcap\.local#printcap#g' $srcdir/mfc${model}/opt/brother/Printers/mfc${model}/inf/setupPrintcapij || return 1
cp -rf $srcdir/mfc${model}/usr/ $pkgdir/ || return 1
cp -rf $srcdir/mfc${model}/opt/ $pkgdir/ || return 1
-}
+} \ No newline at end of file