summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorggilestro2019-07-01 09:48:01 +0100
committerggilestro2019-07-01 09:48:01 +0100
commit8bc460732e6cbe11e2669eaeb23eb39efa923d2c (patch)
tree64c949e107aef96c0933e85b81622bda5cb1fdb7
parent13ba7f37f6afc474bb39132792c70a5afe9b736e (diff)
downloadaur-8bc460732e6cbe11e2669eaeb23eb39efa923d2c.tar.gz
Added dependency to lib32-glibc as requested in comments
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c609a7655a9d..9a56a5810679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-hl3140cw
pkgdesc = LPR and CUPS driver for the Brother HL3040cn
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hl3140cw_us_eu&os=127
install = brother-hl3140cw.install
arch = i686
@@ -9,6 +9,8 @@ pkgbase = brother-hl3140cw
license = custom:brother commercial license
depends = cups
depends = psutils
+ depends = lib32-glibc
+ depends = lib32-glibc
source = http://www.brother.com/pub/bsc/linux/dlf/hl3140cwlpr-1.1.2-1.i386.rpm
source = http://www.brother.com/pub/bsc/linux/dlf/hl3140cwcupswrapper-1.1.2-1.i386.rpm
source = cupswrapper-license.txt
diff --git a/PKGBUILD b/PKGBUILD
index 498285fe6ea5..8e3e32cf91d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Creator: giorgio gilestro <giorgio@gilest.ro>
pkgname="brother-hl3140cw"
pkgver="1.1.2"
-pkgrel=1
+pkgrel=2
pkgdesc="LPR and CUPS driver for the Brother HL3040cn"
arch=('i686' 'x86_64')
url="http://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=hl3140cw_us_eu&os=127"
license=('custom:brother commercial license')
-depends=('cups' 'psutils')
+depends=('cups' 'psutils' 'lib32-glibc')
install='brother-hl3140cw.install'
source=(
"http://www.brother.com/pub/bsc/linux/dlf/hl3140cwlpr-$pkgver-1.i386.rpm"