summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Mykkanen2022-04-02 19:13:09 -0500
committerMark Mykkanen2022-04-02 19:13:09 -0500
commitbf05f76a1c01fb2fe0764cc817ea9eb4c94f9f0d (patch)
treebdda6eab59086eda6b8485d48834aba0756078e9
parentbcbead5f1567f8458c5c955cf2e39cfd4386e2e1 (diff)
downloadaur-bf05f76a1c01fb2fe0764cc817ea9eb4c94f9f0d.tar.gz
Updated source URLs
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee8d50eeefe7..58b4bb5dd587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('custom:brother commercial license')
depends=('cups')
install='brother-hl2170w.install'
source=(
- "http://www.brother.com/pub/bsc/linux/dlf/brhl2170wlpr-${pkgver//_/-}.i386.rpm"
- "http://www.brother.com/pub/bsc/linux/dlf/cupswrapperHL2170W-${pkgver//_/-}.i386.rpm"
+ "https://download.brother.com/welcome/dlf005864/brhl2170wlpr-${pkgver//_/-}.i386.rpm"
+ "https://download.brother.com/welcome/dlf005866/cupswrapperHL2170W-${pkgver//_/-}.i386.rpm"
'cupswrapper-license.txt'
'lpr-license.txt'
)
@@ -54,6 +54,7 @@ prepare() {
fi
# /etc/printcap is managed by cups
rm `find $srcdir -type f -name 'setupPrintcap*'`
+ chmod 755 $srcdir/usr/lib/cups/filter/brlpdwrapperHL2170W
}
package() {
cp -R $srcdir/usr $pkgdir