summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrik Schawe2017-08-11 14:33:27 +0200
committerHendrik Schawe2017-08-11 14:33:27 +0200
commit00bf899c7f88d47ae1e8233465e52319ce19948b (patch)
tree2c44e82f7b8392eacb3ff393fa950b450560c9ec
parent6cc3b1d7f888c4c003f3ae2a5ac965ccc4636f0e (diff)
downloadaur-00bf899c7f88d47ae1e8233465e52319ce19948b.tar.gz
fixed mistake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e504314448c..8515daf8d0a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-mfc-j5330dw
pkgdesc = LPR and CUPS driver for the Brother MFC-J5330DW
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://support.brother.com/g/b/producttop.aspx?c=gb&lang=en&prod=mfcj5330dw_us_eu_as
install = brother-mfc-j5330dw.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index dc6ecfcdcd6d..1c215cb5a093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname="brother-mfc-j5330dw"
pkgver="1.0.1"
-pkgrel=2
+pkgrel=3
pkgdesc="LPR and CUPS driver for the Brother MFC-J5330DW"
arch=('i686' 'x86_64')
url="http://support.brother.com/g/b/producttop.aspx?c=gb&lang=en&prod=mfcj5330dw_us_eu_as"
@@ -40,7 +40,6 @@ prepare() {
# patch an error (?) in the perl script from brother
patch -p1 "${srcdir}"/opt/brother/Printers/mfcj5330dw/cupswrapper/brother_lpdwrapper_mfcj5330dw < brother_lpdwrapper_mfcj5330dw.patch
- patch -p1 "${srcdir}"/usr/lib/cups/filter/brother_lpdwrapper_mfcj5330dw < brother_lpdwrapper_mfcj5330dw.patch
# go to the cupswrapper directory and find the source file from which to generate a ppd and wrapperfile
cd `find . -type d -name 'cupswrapper'`