summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEEva @ felin2016-09-23 01:32:23 +0200
committerEEva @ felin2016-09-23 01:32:23 +0200
commit07f922e4805d492dee536d0f1458f0c26fac33bb (patch)
treee753dd345e1c791bf36ba6cde9a1559af9e5d870
parent030a7e740acd6b503045f228c719d5557ac896b3 (diff)
downloadaur-07f922e4805d492dee536d0f1458f0c26fac33bb.tar.gz
Updating the source of the driver, as well as the packaging procedure
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 116f503e959c..53c7fabea147 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,8 +28,8 @@ pkgbase = ppd-toshiba-estudio5560c
provides = ppd-toshiba-estudio5560c
provides = ppd-toshiba-estudio6560c
provides = ppd-toshiba-estudio6570c
- source = http://www.eid.toshiba.com.au/drivers/eBX/eBX_CUPS_Colour_V7.22.zip
- md5sums = 2e450664cf34c8c4aed92fb76bf82d2d
+ source = http://business.toshiba.com/downloads/KB/f1Ulds/14079/TOSHIBA_ColorMFP_CUPS.tar
+ md5sums = f13f40e1ade3a4cadec46be49ff7f0d4
pkgname = ppd-toshiba-estudio5560c
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}/
}