summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchydan2015-10-30 11:32:10 +0200
committerArchydan2015-10-30 11:32:10 +0200
commit1af3a43b01b4984cdebde52c06f34636b5687254 (patch)
tree6bed7f8c5f9af32cba9fe02d40a25d6202ab57d4
parent21db60137f8933fe8933e2cad9b9f6408e6160f0 (diff)
downloadaur-1af3a43b01b4984cdebde52c06f34636b5687254.tar.gz
Update corrected typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 927c2c29f0a8..e1a052a0d767 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xerox-phaser-6000-6010
pkgdesc = Driver for Xerox Phaser 6000/6010 color laser printer
pkgver = 1.01
- pkgrel = 2
+ pkgrel = 3
url = http://www.support.xerox.com/support/phaser-6000/downloads/engb.html?operatingSystem=linux&fileLanguage=en_GB
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cdcb8b8a1d18..7d34e04f5716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,17 @@ _rpmname=Xerox-Phaser_6000_6010-1.0-1.i686.rpm
pkgname=xerox-phaser-6000-6010
pkgver=1.01
-pkgrel=2
+pkgrel=3
pkgdesc="Driver for Xerox Phaser 6000/6010 color laser printer"
url="http://www.support.xerox.com/support/phaser-6000/downloads/engb.html?operatingSystem=linux&fileLanguage=en_GB"
license=('custom:"XeroxEULA"')
arch=('i686' 'x86_64')
depends=('cups')
if test "$CARCH" == x86_64; then
- depends=("${depends[@]}" lib32-libcups lib32-libstdc++5 lib32-libtiff lib32-libpng)
+ depends=("${depends}" lib32-libcups lib32-libstdc++5 lib32-libtiff lib32-libpng)
fi
if test "$CARCH" == i686; then
- depends=("${depends[@]}" libcups libstdc++5 libtiff libpng)
+ depends=("${depends}" libcups libstdc++5 libtiff libpng)
fi
makedepends=('rpmextract' 'libtool' 'dialog')
source=("6000_6010_rpm_1.01_20110222.zip::http://www.support.xerox.com/support/phaser-6000/file-redirect/enus.html?operatingSystem=linux&fileLanguage=en&contentId=116070")