summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorauruser2017-07-08 08:29:39 +0200
committerauruser2017-07-08 08:29:39 +0200
commit5542484c972553a89d37fdc6d0e968d8156840c7 (patch)
tree9865ddd1144aea686a72a46366faa6b49ced895c
parent9e025c7a0e075655da9c31d4d4ea024b0ada0f7b (diff)
downloadaur-5542484c972553a89d37fdc6d0e968d8156840c7.tar.gz
change filtermfcj220 to brlpdwrappermfcj220 to fix the error with CUPS not finding the wrapper and increase epoch
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d845f2b4093..5db1a6e55869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
-# Maintainer: Franz Rogar <franzrogar@gmail.com>
+# Maintainer: auruser <>
+# Ex-maintainer: Franz Rogar <franzrogar@gmail.com>
# Modified AUR [brother-mfc-j220] package by Franz Rogar <franzrogar@gmail.com>
# Original AUR [brother-hll2300d] package maintained by Mykola Bespaliuk (kolkabes [at] gmail [dot] com)
pkgname="brother-mfc-j220"
_model="j220"
pkgver="1.1.3"
pkgrel=1
+epoch=1
pkgdesc="LPR and CUPS driver for the Brother MFC-J220"
url="http://solutions.brother.com/linux/en_us/"
license=('custom:brother commercial license')
@@ -38,7 +40,7 @@ package() {
mkdir -p "${pkgdir}/usr/lib/cups/filter"
echo "#! /opt/brother/Printers/mfcj220/lpd/filtermfcj220" > "${srcdir}/filter-shim"
- install -m 0755 -o root -g root "${srcdir}/filter-shim" "${pkgdir}/usr/lib/cups/filter/filtermfcj220"
+ install -m 0755 -o root -g root "${srcdir}/filter-shim" "${pkgdir}/usr/lib/cups/filter/brlpdwrappermfcj220"
mkdir -p "${pkgdir}/usr/share/ppd/cupsfilters"
install -m 0644 -o root -g root "${srcdir}/opt/brother/Printers/mfcj220/cupswrapper/brother_mfcj220_printer_en.ppd" "${pkgdir}/usr/share/ppd/cupsfilters"