mirror of
https://github.com/luzifer-aur/brother-ql500.git
synced 2024-11-09 19:20:01 +00:00
Add provides and replaces
This commit is contained in:
parent
ffc3c0cea3
commit
a5fcbc30dd
2 changed files with 10 additions and 2 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = brother-ql500
|
pkgbase = brother-ql500
|
||||||
pkgdesc = LPR and CUPS driver for Brother QL-500 label printer
|
pkgdesc = LPR and CUPS driver for Brother QL-500 label printer
|
||||||
pkgver = 1.0.1r0
|
pkgver = 1.0.1r0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://solutions.brother.com/linux/en_us/
|
url = http://solutions.brother.com/linux/en_us/
|
||||||
install = brother-ql500.install
|
install = brother-ql500.install
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -9,6 +9,12 @@ pkgbase = brother-ql500
|
||||||
license = custom
|
license = custom
|
||||||
depends = cups
|
depends = cups
|
||||||
depends = lib32-glibc
|
depends = lib32-glibc
|
||||||
|
provides = brother-ql500-cupswrapper
|
||||||
|
provides = brother-ql500-cupswrapperinch
|
||||||
|
provides = brother-ql500-lpr
|
||||||
|
conflicts = brother-ql500-cupswrapper
|
||||||
|
conflicts = brother-ql500-cupswrapperinch
|
||||||
|
conflicts = brother-ql500-lpr
|
||||||
source = http://download.brother.com/welcome/dlfp002167/ql550lpr-1.0.1-0.i386.rpm
|
source = http://download.brother.com/welcome/dlfp002167/ql550lpr-1.0.1-0.i386.rpm
|
||||||
source = http://download.brother.com/welcome/dlfp002169/ql550cupswrapper-1.0.1-0.i386.rpm
|
source = http://download.brother.com/welcome/dlfp002169/ql550cupswrapper-1.0.1-0.i386.rpm
|
||||||
source = LICENSE
|
source = LICENSE
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname='brother-ql500'
|
pkgname='brother-ql500'
|
||||||
pkgver=1.0.1r0
|
pkgver=1.0.1r0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='LPR and CUPS driver for Brother QL-500 label printer'
|
pkgdesc='LPR and CUPS driver for Brother QL-500 label printer'
|
||||||
url='http://solutions.brother.com/linux/en_us/'
|
url='http://solutions.brother.com/linux/en_us/'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -12,6 +12,8 @@ depends=('cups')
|
||||||
if [ "$CARCH" = 'x86_64' ]; then
|
if [ "$CARCH" = 'x86_64' ]; then
|
||||||
depends+=('lib32-glibc')
|
depends+=('lib32-glibc')
|
||||||
fi
|
fi
|
||||||
|
conflicts=('brother-ql500-cupswrapper' 'brother-ql500-cupswrapperinch' 'brother-ql500-lpr')
|
||||||
|
provides=('brother-ql500-cupswrapper' 'brother-ql500-cupswrapperinch' 'brother-ql500-lpr')
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
source=("http://download.brother.com/welcome/dlfp002167/ql550lpr-${pkgver/r/-}.i386.rpm"
|
source=("http://download.brother.com/welcome/dlfp002167/ql550lpr-${pkgver/r/-}.i386.rpm"
|
||||||
"http://download.brother.com/welcome/dlfp002169/ql550cupswrapper-${pkgver/r/-}.i386.rpm"
|
"http://download.brother.com/welcome/dlfp002169/ql550cupswrapper-${pkgver/r/-}.i386.rpm"
|
||||||
|
|
Loading…
Reference in a new issue