summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf100c7bf4fd..7d4598034d83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
+# Generated by mksrcinfo v8
+# Fri Feb 3 20:34:57 UTC 2017
pkgbase = xerox-phaser-3040
pkgdesc = Driver for the Xerox Phaser 3040
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.support.xerox.com/support/phaser-3040/downloads/enin.html?operatingSystem=linux&fileLanguage=en_GB
arch = i686
arch = x86_64
license = custom
makedepends = rpmextract
+ depends = cups
depends = foomatic-db-engine
source = http://download.support.xerox.com/pub/drivers/3010/drivers/linux/en_GB/Xerox-Phaser-3010_3040-1.0-28.i586.zip
md5sums = 4a9876e41e0ac9022d482a2316426bec
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() {