summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEEva @ felin2016-09-23 01:32:23 +0200
committerEEva @ felin2016-09-23 01:32:23 +0200
commit07f922e4805d492dee536d0f1458f0c26fac33bb (patch)
treee753dd345e1c791bf36ba6cde9a1559af9e5d870 /PKGBUILD
parent030a7e740acd6b503045f228c719d5557ac896b3 (diff)
downloadaur-07f922e4805d492dee536d0f1458f0c26fac33bb.tar.gz
Updating the source of the driver, as well as the packaging procedure
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fdb22c1010d..05cb0a3fd75d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,12 +29,15 @@ pkgrel=4
arch=('i686' 'x86_64')
license=('Propietary')
depends=('cups')
-source=('http://www.eid.toshiba.com.au/drivers/eBX/eBX_CUPS_Colour_V7.22.zip')
+source=('http://business.toshiba.com/downloads/KB/f1Ulds/14079/TOSHIBA_ColorMFP_CUPS.tar')
install='ppd-toshiba-estudio5560c.install'
-md5sums=('2e450664cf34c8c4aed92fb76bf82d2d')
+md5sums=('f13f40e1ade3a4cadec46be49ff7f0d4')
package() {
- cd ${pkgdir}
- tar xf ${srcdir}/eBX_CUPS_Colour_V7.22/normal/TOSHIBA_ColorMFP_CUPS.tar
+ cd ${srcdir}
+ # This two files will be installed
+ # usr/lib/cups/filter/est6550_Authentication
+ # usr/share/cups/model/Toshiba/TOSHIBA_ColorMFP_CUPS.gz
+ cp -av usr ${pkgdir}/
}