summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b6b79031a2..c502139d6a95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = brother-mfc-l8900cdw
pkgdesc = LPR and CUPS driver for the Brother MFC-L8900CDW
pkgver = 1.5.0
- pkgrel = 1
- epoch = 2
+ pkgrel = 2
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ad92e14c6067..57a2cfdbcdba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
_model="l8900cdw"
pkgname="brother-mfc-${_model}"
pkgver="1.5.0"
-pkgrel=1
-epoch=2
+pkgrel=2
pkgdesc="LPR and CUPS driver for the Brother MFC-L8900CDW"
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
arch=('i686' 'x86_64')
@@ -21,7 +20,7 @@ package() {
install -d ${pkgdir}/usr/share/ppd/Brother
install -d ${pkgdir}/usr/lib/cups/filter
- install -Dm755 ${srcdir}/usr/bin/brprintconf_mfc${_model} ${pkgdir}/usr/bin/brprintconf_mfc${_model}
+ install -Dm755 ${srcdir}/opt/brother/Printers/mfc${_model}/lpd/${CARCH}/brprintconf_mfc${_model} ${pkgdir}/usr/bin/brprintconf_mfc${_model}
install -Dm644 ${srcdir}/opt/brother/Printers/mfc${_model}/cupswrapper/brother_mfc${_model}_printer_en.ppd ${pkgdir}/usr/share/cups/model/Brother
install -Dm644 ${srcdir}/opt/brother/Printers/mfc${_model}/cupswrapper/brother_mfc${_model}_printer_en.ppd ${pkgdir}/usr/share/ppd/Brother