aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--README.md3
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f17e88a3aa3a..f20b505d92a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-mfc-l3770cdw
pkgdesc = LPR and CUPS drivers for the Brother MFC-L3770CDW
pkgver = 1.0.2
- pkgrel = 0
+ pkgrel = 1
url = http://support.brother.com/g/s/id/linux/en/index.html
install = brother-mfc-l3770cdw.install
arch = i686
@@ -11,8 +11,9 @@ pkgbase = brother-mfc-l3770cdw
makedepends = perl
makedepends = tar
depends = cups
+ depends = lib32-expat
+ depends = lib32-gcc-libs
source = https://download.brother.com/welcome/dlf103935/mfcl3770cdwpdrv-1.0.2-0.i386.deb
md5sums = ec927721bea8a717940a76d09d546e95
pkgname = brother-mfc-l3770cdw
-
diff --git a/PKGBUILD b/PKGBUILD
index 29043ebad088..7b9104bed4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,15 @@
pkgname=brother-mfc-l3770cdw
pkgver=1.0.2
-pkgrel=0
+pkgrel=1
pkgdesc='LPR and CUPS drivers for the Brother MFC-L3770CDW'
arch=('i686' 'x86_64')
url='http://support.brother.com/g/s/id/linux/en/index.html'
license=('custom:brother' 'GPL')
depends=('cups')
+if [[ $CARCH = x86_64 ]]; then
+ depends+=('lib32-expat' 'lib32-gcc-libs')
+fi
makedepends=('perl' 'tar')
install='brother-mfc-l3770cdw.install'
source=('https://download.brother.com/welcome/dlf103935/mfcl3770cdwpdrv-1.0.2-0.i386.deb')
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..11c9fce37b0d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# README
+
+The drivers can be found under Brother's [Downloads](https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=mfcl3770cdw_us_eu_as) page.