summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2021-08-10 14:40:06 +0200
committerEmanuele 'Lele' Calo2021-08-10 14:40:06 +0200
commit76990085b243a7feb8d721dde93fa254d5f403eb (patch)
tree62b6f55200095a759cd66f3998da5b685cd050e8
parent39d95aa5a7465c70efc233866243f620cd61db8e (diff)
downloadaur-76990085b243a7feb8d721dde93fa254d5f403eb.tar.gz
Added lib32-cups as a dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 387cf90f906d..b13d9ded170e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-mfc-9330cdw
pkgdesc = LPR and CUPS driver for the Brother MFC-9330CDW
pkgver = 1.1.2
- pkgrel = 4
+ pkgrel = 5
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
install = brother-mfc-9330cdw.install
arch = i686
@@ -11,10 +11,10 @@ pkgbase = brother-mfc-9330cdw
depends = perl
depends = brscan4
depends = a2ps
+ depends = lib32-libcups
source = http://download.brother.com/welcome/dlf100400/mfc9330cdwlpr-1.1.2-1.i386.deb
source = http://download.brother.com/welcome/dlf100402/mfc9330cdwcupswrapper-1.1.4-0.i386.deb
sha256sums = d6af18bd4e33a2e01f6647cc1eb6d7f1b519bd9f32c525c0343e6883d66a0e04
sha256sums = 08cf568c6924a146b541077642bf07b22fd8aa2b5cca522b4f627430ed2eb2ec
pkgname = brother-mfc-9330cdw
-
diff --git a/PKGBUILD b/PKGBUILD
index fe03dfc97175..d9c7cb7b3019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
model="9330cdw"
pkgname="brother-mfc-$model"
pkgver="1.1.2"
-pkgrel=4
+pkgrel=5
_revision=1
pkgdesc="LPR and CUPS driver for the Brother MFC-9330CDW"
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=('deb2targz' 'perl' 'brscan4' 'a2ps')
+depends=('deb2targz' 'perl' 'brscan4' 'a2ps' 'lib32-libcups')
lpr_ver="1.1.2"
lpr_rev=1
cw_ver="1.1.4"