summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Spiridonov2018-07-03 15:41:23 +0300
committerPavel Spiridonov2018-07-03 15:41:23 +0300
commitd47ec67f311375623e5b6b1beab0d3b74c8a059c (patch)
treec8b35eabf7b8d7285408ecac28cc871e6da9140c
parent1254a79e5a1d0692efc1153c35687d21ca9ee88d (diff)
downloadaur-d47ec67f311375623e5b6b1beab0d3b74c8a059c.tar.gz
added lib32 deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd9b3ed027ee..c52d73caa957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-dcpj315w
pkgdesc = Driver for the Brother DCP-J315W wifi multifuncional printer
pkgver = 1.1.3
- pkgrel = 4
+ pkgrel = 5
url = http://solutions.brother.com/linux/en_us/index.html
install = brother-dcpj315w.install
arch = i686
@@ -9,6 +9,8 @@ pkgbase = brother-dcpj315w
license = custom:brother
depends = a2ps
depends = cups
+ depends = lib32-gcc-libs
+ depends = lib32-glibc
source = fix_lp.patch
source = http://www.brother.com/pub/bsc/linux/dlf/dcpj315wlpr-1.1.3-1.i386.rpm
source = http://www.brother.com/pub/bsc/linux/dlf/dcpj315wcupswrapper-1.1.3-1.i386.rpm
diff --git a/PKGBUILD b/PKGBUILD
index 9b895b10964e..435d4e730e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=brother-dcpj315w
pkgver=1.1.3
-pkgrel=4
+pkgrel=5
pkgdesc="Driver for the Brother DCP-J315W wifi multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother')
-depends=('a2ps' 'cups')
+depends=('a2ps' 'cups' 'lib32-gcc-libs' 'lib32-glibc')
install="brother-dcpj315w.install"
arch=('i686' 'x86_64')