summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2017-02-03 21:35:08 +0100
committerD. Can Celasun2017-02-03 21:35:08 +0100
commit7b190d738dfdb51554bf057f193dce1e52e120ad (patch)
tree1a3f093643dcb34fa0e2f49636d2243a754a3a63 /PKGBUILD
parent22a6bf9ed443e61a7c40e45579e9c84d5bc028ad (diff)
downloadaur-xerox-phaser-3040.tar.gz
Fix dependencies and bump pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 709a9af9305c..1ea9231dc589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
pkgname=xerox-phaser-3040
pkgver=1.0
_pkgver=1.0-28
-pkgrel=2
+pkgrel=3
pkgdesc="Driver for the Xerox Phaser 3040"
url="http://www.support.xerox.com/support/phaser-3040/downloads/enin.html?operatingSystem=linux&fileLanguage=en_GB"
license=('custom')
arch=('i686' 'x86_64')
-depends=('foomatic-db-engine')
-[ "$CARCH" = "x86_64" ] && depends+=('lib32-libcups')
-[ "$CARCH" = "i686" ] && depends+=('libcups')
-
+depends=(cups foomatic-db-engine)
+[ "$CARCH" = "x86_64" ] && depends+=(lib32-libcups lib32-libstdc++5 lib32-libtiff lib32-libpng)
+[ "$CARCH" = "i686" ] && depends+=(libcups libstdc++5 libtiff libpng)
makedepends=('rpmextract')
-source=(http://download.support.xerox.com/pub/drivers/3010/drivers/linux/en_GB/Xerox-Phaser-3010_3040-1.0-28.i586.zip)
+source=(http://download.support.xerox.com/pub/drivers/3010/drivers/linux/en_GB/Xerox-Phaser-3010_3040-${_pkgver}.i586.zip)
md5sums=('4a9876e41e0ac9022d482a2316426bec')
package() {