diff options
author | Daniel Dietrich | 2018-03-03 14:30:41 +0100 |
---|---|---|
committer | Daniel Dietrich | 2018-03-03 14:30:41 +0100 |
commit | a5a62e6b2f6e0ff2abd7a8c9c39e6db5a1225637 (patch) | |
tree | 28055f22cf260c0e1ffe5c9e2349e8e5a3bbf432 | |
parent | 080034c8fb61d9475c1dcbb627be31095cc45ef2 (diff) | |
download | aur-brother-dcpj562dw.tar.gz |
Update pkgbuild
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 10 insertions, 8 deletions
@@ -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 @@ -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 } |