aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKiet To2021-07-06 11:30:56 +0930
committerKiet To2021-07-06 11:30:56 +0930
commitf128c4c8d61d1997bb194a4ba51ab255009868bc (patch)
tree8a68b9ef10b88e6b0e8476a51e7e509b2cce75fc /PKGBUILD
parent98249a74b366b13d77e6d2032da635f53c0ab94a (diff)
downloadaur-brother-mfc-l3770cdw.tar.gz
* install 32-bit libraries for x86_64 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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')