summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrik Schawe2019-05-14 20:40:17 +0200
committerHendrik Schawe2019-05-14 20:40:17 +0200
commit6f9b316451160000717f512cd73ef2e1bcdd9c29 (patch)
tree2d811dd182c0a8709dbc6e1d4ee2bbedeeb3e55d
parent00bf899c7f88d47ae1e8233465e52319ce19948b (diff)
downloadaur-6f9b316451160000717f512cd73ef2e1bcdd9c29.tar.gz
added 'lib32-gcc-libs' to the dependencies
also see https://wiki.archlinux.de/title/Brother-Drucker at the chapter "Tipps und Tricks". Thanks to ksemmler for this improvement
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c215cb5a093..bc472c11ade5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="http://support.brother.com/g/b/producttop.aspx?c=gb&lang=en&prod=mfcj5330dw_us_eu_as"
license=('custom:Brother commercial license')
depends=('cups' 'ghostscript' 'poppler' 'a2ps' 'psutils')
-depends_x86_64=('lib32-glibc')
+depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
install="$pkgname.install"
source=("http://download.brother.com/welcome/dlf103003/mfcj5330dwlpr-$pkgver-0.i386.rpm"
"http://download.brother.com/welcome/dlf103027/mfcj5330dwcupswrapper-$pkgver-0.i386.rpm"