forgot to add license file
This commit is contained in:
parent
5fe09a4608
commit
af977e0ff7
1 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=xeroxprtdrv
|
||||
pkgver=5.15.551.3277
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Xerox Unix Print Drivers"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.xerox.com"
|
||||
|
|
@ -13,11 +13,13 @@ depends=('gcc-libs' 'libxinerama' 'libxcursor' 'libxdamage' 'libx11'
|
|||
'libxau' 'libxdmcp' 'xorg-xhost')
|
||||
|
||||
if [ "$CARCH" == "i686" ]; then
|
||||
source=("http://download.support.xerox.com/pub/drivers/CQ8580/drivers/linux/ar/Xeroxv5Pkg-Linuxi686-${pkgver}.rpm")
|
||||
md5sums=('da27dbcc8eb9944597d34a699b9d3f93')
|
||||
source=("http://download.support.xerox.com/pub/drivers/CQ8580/drivers/linux/ar/Xeroxv5Pkg-Linuxi686-${pkgver}.rpm" "xeroxprtdrv.license")
|
||||
md5sums=('da27dbcc8eb9944597d34a699b9d3f93'
|
||||
'0a8eb0c1480a6ccc1ddab7cbb5e1bde4')
|
||||
elif [ "$CARCH" == "x86_64" ]; then
|
||||
source=("http://download.support.xerox.com/pub/drivers/CQ8580/drivers/linux/ar/Xeroxv5Pkg-Linuxx86_64-${pkgver}.rpm")
|
||||
md5sums=('ebd1cf850953db59796f14bfdbb49ff4')
|
||||
source=("http://download.support.xerox.com/pub/drivers/CQ8580/drivers/linux/ar/Xeroxv5Pkg-Linuxx86_64-${pkgver}.rpm" "xeroxprtdrv.license")
|
||||
md5sums=('ebd1cf850953db59796f14bfdbb49ff4'
|
||||
'0a8eb0c1480a6ccc1ddab7cbb5e1bde4')
|
||||
fi
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Reference in a new issue