summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorparchd2016-07-15 08:58:08 +0200
committerparchd2016-07-15 08:58:08 +0200
commitee971e8420b8c1138d612f11532a4b56dd0fa31d (patch)
tree1e7ac7dc3c8b2d037dc93d4398a4aa61f0f81671
parenteea561810fd932c7e0074877b4c7a55617ad1e67 (diff)
downloadaur-ee971e8420b8c1138d612f11532a4b56dd0fa31d.tar.gz
Add missing dependency and update cupsrapper to latest version
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de479c411e81..8be75b34176b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Maintainer: dk0r <dk0r.public@gmail.com>
+# Maintainer: dk0r <parchd@archlinux.info>
model="9020cdw"
pkgname="brother-dcp-$model"
-pkgver="1.1.2"
+pkgver="1.1.4"
pkgrel=1
-_revision=1
+_revision=0
pkgdesc="LPR and CUPS driver for the Brother DCP-9020CDW"
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
arch=('i686' 'x86_64')
-license='unknown'
+license=('mixed')
install="brother-dcp-${model}.install"
-depends=('tcsh' 'deb2targz' 'perl' 'a2ps')
-source=("http://www.brother.com/pub/bsc/linux/dlf/dcp${model}lpr-${pkgver}-${_revision}.i386.deb"
- "http://www.brother.com/pub/bsc/linux/dlf/dcp${model}cupswrapper-${pkgver}-${_revision}.i386.deb")
+depends=('tcsh' 'deb2targz' 'perl' 'a2ps' 'lib32-glibc')
+source=("http://www.brother.com/pub/bsc/linux/dlf/dcp9020cdwlpr-1.1.2-1.i386.deb"
+ "http://download.brother.com/welcome/dlf100443/dcp${model}cupswrapper-${pkgver}-${_revision}.i386.deb")
md5sums=('d7fb28e4d73d56b1181833787968d0fb'
- '51394c2c90d5c642758d0e0f6eee73e0')
+ '8283e3ca2d8e8873f852ed2321483fdc')
package() {
deb2targz *.deb >/dev/null || return 1
rm -f *.deb || return 1