mirror of
https://github.com/luzifer-aur/brother-ql500.git
synced 2024-11-09 19:20:01 +00:00
Fix: Use QL500 driver in QL500 package
This commit is contained in:
parent
a5fcbc30dd
commit
f16b889936
1 changed files with 6 additions and 6 deletions
10
PKGBUILD
10
PKGBUILD
|
@ -14,12 +14,12 @@ if [ "$CARCH" = 'x86_64' ]; then
|
||||||
fi
|
fi
|
||||||
conflicts=('brother-ql500-cupswrapper' 'brother-ql500-cupswrapperinch' 'brother-ql500-lpr')
|
conflicts=('brother-ql500-cupswrapper' 'brother-ql500-cupswrapperinch' 'brother-ql500-lpr')
|
||||||
provides=('brother-ql500-cupswrapper' 'brother-ql500-cupswrapperinch' 'brother-ql500-lpr')
|
provides=('brother-ql500-cupswrapper' 'brother-ql500-cupswrapperinch' 'brother-ql500-lpr')
|
||||||
install="$pkgname.install"
|
source=(
|
||||||
source=("http://download.brother.com/welcome/dlfp002167/ql550lpr-${pkgver/r/-}.i386.rpm"
|
"https://download.brother.com/welcome/dlfp002161/ql500lpr-${pkgver/r/-}.i386.rpm"
|
||||||
"http://download.brother.com/welcome/dlfp002169/ql550cupswrapper-${pkgver/r/-}.i386.rpm"
|
"https://download.brother.com/welcome/dlfp002163/ql500cupswrapper-${pkgver/r/-}.i386.rpm"
|
||||||
'LICENSE')
|
'LICENSE')
|
||||||
sha256sums=('83f622668f70785887f2645352a4634e649761fbf8f83dad9bb991ed6e2534e5'
|
sha256sums=('446604f41024395c6f2104e1b5ed3a175f498aa5aa0db9af2341bbb56988b991'
|
||||||
'a1ee42684b3d882fb786bfc5bcaec450a8c5e29f0750999b5b7d7e594be5986f'
|
'8993b585d69c5173b0c9e8db774b07e82dd4f38b4a6be98795119b6655433d89'
|
||||||
'cdd1955a9996bc246ba54e84f0a5ccbfdf6623962b668188762389aa79ef9811')
|
'cdd1955a9996bc246ba54e84f0a5ccbfdf6623962b668188762389aa79ef9811')
|
||||||
|
|
||||||
prepare()
|
prepare()
|
||||||
|
|
Loading…
Reference in a new issue