summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Dietrich2018-03-03 14:30:41 +0100
committerDaniel Dietrich2018-03-03 14:30:41 +0100
commita5a62e6b2f6e0ff2abd7a8c9c39e6db5a1225637 (patch)
tree28055f22cf260c0e1ffe5c9e2349e8e5a3bbf432 /PKGBUILD
parent080034c8fb61d9475c1dcbb627be31095cc45ef2 (diff)
downloadaur-brother-dcpj562dw.tar.gz
Update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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
}