summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c484c3dbc1b1..b2a516a1c630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = brother-dcpj562dw
pkgdesc = Driver for the Brother DCP-J562DW wifi multifunctional printer
pkgver = 1.0.0
- pkgrel = 2
- url = http://solutions.brother.com/linux/en_us/index.html
+ pkgrel = 3
+ url = http://support.brother.com/g/b/downloadlist.aspx?c=eu_ot&lang=en&prod=dcpj562dw_eu_as&os=127
install = brother-dcpj562dw.install
arch = i686
arch = x86_64
license = custom:brother
- depends = a2ps
- depends = cups
+ makedepends = bash
+ optdepends = brscan4: scanner support
+ optdepends = brscan-skey: remote scan support
source = fix_lp.patch
source = http://download.brother.com/welcome/dlf102101/dcpj562dwlpr-1.0.0-0.i386.rpm
source = http://download.brother.com/welcome/dlf102102/dcpj562dwcupswrapper-1.0.0-0.i386.rpm
diff --git a/PKGBUILD b/PKGBUILD
index 26cc0f6f6a34..a3ff12c8dfe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
# Based on the DCP-J552DW PKGBUILD -> Marius Rejdak <mariuswol at gmail dot com>
pkgname=brother-dcpj562dw
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Driver for the Brother DCP-J562DW wifi multifunctional printer"
-url="http://solutions.brother.com/linux/en_us/index.html"
+url="http://support.brother.com/g/b/downloadlist.aspx?c=eu_ot&lang=en&prod=dcpj562dw_eu_as&os=127"
license=('custom:brother')
-depends=('a2ps' 'cups')
+optdepends=('brscan4: scanner support'
+ 'brscan-skey: remote scan support')
+makedepends=('bash')
install='brother-dcpj562dw.install'
arch=('i686' 'x86_64')
@@ -28,7 +30,6 @@ build() {
package()
{
install -d "$pkgdir"/usr/bin
- install -d "$pkgdir"/var/spool/lpd
install -Dm755 "$srcdir"/usr/bin/brprintconf_dcpj562dw "$pkgdir"/usr/bin/
cp -R "$srcdir"/opt "$pkgdir"/opt
}