AUR Drivers for my Brother Printer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
496 B

# Maintainer: Tim Cassels <cassels2025@gmail.com>
pkgname=brother-mfc-l3710cw
pkgver=1.4.0
pkgrel=0
pkgdesc="CUPS wrapper for Brother MFC-L3710CW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl3710cw_us_eu_as"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf103930/mfcl3710cwpdrv-1.0.2-0.i386.deb")
md5sums=("3c9df04884b75b7116adb3a0a7916c80")
package() {
tar -xf data.tar.gz -C "${pkgdir}"
}