summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Potier2016-03-07 13:57:23 +0100
committerMartin Potier2016-03-07 13:59:06 +0100
commit030a7e740acd6b503045f228c719d5557ac896b3 (patch)
treea50c0f41fe0946da2091a8c5d690d8ed3c1d42aa /PKGBUILD
parentba5d84e90ab37f7986b56b84f3b3d0883ed6ccf0 (diff)
downloadaur-030a7e740acd6b503045f228c719d5557ac896b3.tar.gz
Fix provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD26
1 files changed, 22 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7952ac6e8635..8fdb22c1010d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,33 @@
# Based on package by: Thomas Kinnen <thomas.kinnen@gmail.com>
pkgname=ppd-toshiba-estudio5560c
-provides="ppd-toshiba-estudio5560c"
-pkgdesc="Printer only driver for the Toshiba e-STUDIO 5560c (and at least two others)"
+provides=('ppd-toshiba-estudio347cs'
+ 'ppd-toshiba-estudio407cs'
+ 'ppd-toshiba-estudio2050c'
+ 'ppd-toshiba-estudio2550c'
+ 'ppd-toshiba-estudio2040c'
+ 'ppd-toshiba-estudio2540c'
+ 'ppd-toshiba-estudio3040c'
+ 'ppd-toshiba-estudio3540c'
+ 'ppd-toshiba-estudio4540c'
+ 'ppd-toshiba-estudio2555c'
+ 'ppd-toshiba-estudio3055c'
+ 'ppd-toshiba-estudio3555c'
+ 'ppd-toshiba-estudio4555c'
+ 'ppd-toshiba-estudio5055c'
+ 'ppd-toshiba-estudio5540c'
+ 'ppd-toshiba-estudio6540c'
+ 'ppd-toshiba-estudio6550c'
+ 'ppd-toshiba-estudio5560c'
+ 'ppd-toshiba-estudio6560c'
+ 'ppd-toshiba-estudio6570c')
+pkgdesc="Printer only driver for the Toshiba e-STUDIO class of printers"
url="http://www.eid.toshiba.com.au/n_driver_ebx_colour.asp"
pkgver=1.0
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
license=('Propietary')
depends=('cups')
-#makedepends=('unzip')
source=('http://www.eid.toshiba.com.au/drivers/eBX/eBX_CUPS_Colour_V7.22.zip')
install='ppd-toshiba-estudio5560c.install'
md5sums=('2e450664cf34c8c4aed92fb76bf82d2d')