summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74aa494c49e5..8b31d1bd46cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = brother-dcpj925dw
pkgdesc = Driver for the Brother DCP-J925DW wifi multifuncional printer
pkgver = 3.0
- pkgrel = 2
+ pkgrel = 3
url = http://solutions.brother.com/linux/en_us/index.html
install = brother-dcpj925dw.install
arch = i686
arch = x86_64
license = custom:brother
- makedepends = rpmextract
+ license = GPL2
depends = a2ps
depends = cups
+ depends = lib32-glibc
optdepends = brscan4: scanning support
optdepends = brscan-skey: scankey support
source = fix_lp.patch
diff --git a/PKGBUILD b/PKGBUILD
index 170b571716fe..1d4ad1365229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
# Based on brother-dcpj315w PKGBUILD
pkgname=brother-dcpj925dw
pkgver=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Driver for the Brother DCP-J925DW wifi multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
-license=('custom:brother')
-depends=('a2ps' 'cups')
-makedepends=('rpmextract')
+license=('custom:brother' 'GPL2')
+depends=('a2ps' 'cups' 'lib32-glibc')
install="brother-dcpj925dw.install"
arch=('i686' 'x86_64')