Added LPR and CUPS driver for the Brother MFC-9460CDN

This commit is contained in:
Arne Ludwig 2024-09-04 23:38:30 +02:00
parent 4fe22edc08
commit cfff046044
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = brother-mfc-9460cdn pkgbase = brother-mfc-9460cdn
pkgdesc = LPR and CUPS driver for the Brother MFC-9460CDN pkgdesc = LPR and CUPS driver for the Brother MFC-9460CDN
pkgver = 1.1.1 pkgver = 1.1.1
pkgrel = 3 pkgrel = 1
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
install = brother-mfc-9460cdn.install install = brother-mfc-9460cdn.install
arch = i686 arch = i686
@ -18,4 +18,3 @@ pkgbase = brother-mfc-9460cdn
md5sums = 7d6449e7cc163e5ccc6b83d34af46743 md5sums = 7d6449e7cc163e5ccc6b83d34af46743
pkgname = brother-mfc-9460cdn pkgname = brother-mfc-9460cdn

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.SRCINFO
!PKGBUILD
!brother-mfc-9460cdn.install

View File

@ -1,10 +1,10 @@
# Maintainer: Dino Morelli <dino@ui3.info> # Maintainer: Arne Ludwig <arne.ludwig@posteo.de>
# Based on brother-mfc-j6510dw package from AUR # Based on brother-mfc-9465cdn package from AUR
_model="9460cdn" _model="9460cdn"
pkgname="brother-mfc-$_model" pkgname="brother-mfc-$_model"
pkgver="1.1.1" pkgver="1.1.1"
pkgrel=3 pkgrel=1
pkgdesc="LPR and CUPS driver for the Brother MFC-9460CDN" pkgdesc="LPR and CUPS driver for the Brother MFC-9460CDN"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html" url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"