summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0733639a3de5..26fea6ce32f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-dcpt500w
pkgdesc = Driver for the Brother DCP-T500W wifi multifuncional printer
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = http://solutions.brother.com/linux/en_us/index.html
install = brother-dcpt500w.install
arch = i686
@@ -10,6 +10,7 @@ pkgbase = brother-dcpt500w
makedepends = rpmextract
depends = a2ps
depends = cups
+ depends = lib32-glibc
source = fix_lp.patch
source = http://download.brother.com/welcome/dlf101954/dcpt500wlpr-3.0.2-0.i386.rpm
source = http://download.brother.com/welcome/dlf101955/dcpt500wcupswrapper-3.0.2-0.i386.rpm
@@ -18,4 +19,3 @@ pkgbase = brother-dcpt500w
md5sums = 0741ac139077747bd4966c86d62d1f26
pkgname = brother-dcpt500w
-
diff --git a/PKGBUILD b/PKGBUILD
index 2569a4f0f4f9..7f133a083a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=brother-dcpt500w
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Driver for the Brother DCP-T500W wifi multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother')
-depends=('a2ps' 'cups')
+depends=('a2ps' 'cups' 'lib32-glibc')
makedepends=('rpmextract')
install="brother-dcpt500w.install"
arch=('i686' 'x86_64')