summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2023-04-21 21:55:08 +0200
committerfunilrys2023-04-21 21:55:08 +0200
commit355bc1c181b65a05626224625e0430065d14dbbd (patch)
treee00ae9e02ef2edcb7769a3761dbbcbeb8dc9e8ac
parenta8d3c2d904e39a4a7fae03fcdb7cadc3c8054c03 (diff)
downloadaur-355bc1c181b65a05626224625e0430065d14dbbd.tar.gz
Fix typo.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 531582b71f6f..04489a530877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-mfct920dw
pkgdesc = Brother MFC-T920DW CUPS driver
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.brother.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3a12e163eb9f..a0b4799c6693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=brother-mfct920dw
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Brother MFC-T920DW CUPS driver"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
url="http://www.brother.com"
@@ -17,7 +17,7 @@ package(){
cp -R "$srcdir/opt/brother/Printers/mfct920dw/." "${pkgdir}/usr/share/${pkgname}/"
install -d "${pkgdir}/usr/lib/cups/filter/"
- ln -s "/usr/share/${pkgname}/cupswrapper/brother_lpdwrapper_mfct910dw" "${pkgdir}/usr/lib/cups/filter/brother_lpdwrapper_mfct910dw"
+ ln -s "/usr/share/${pkgname}/cupswrapper/brother_lpdwrapper_mfct910dw" "${pkgdir}/usr/lib/cups/filter/brother_lpdwrapper_mfct920dw"
install -d "$pkgdir/usr/share/cups/model/"
ln -s "/usr/share/${pkgname}/cupswrapper/brother_mfct920dw_printer_en.ppd" "${pkgdir}/usr/share/cups/model"