summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author1Conan2020-03-18 17:53:32 +0800
committer1Conan2020-03-18 17:53:32 +0800
commit6542937bcee5746a244a45b8f9b10e485f28008f (patch)
treed207f65908134ec17a6068388188da20fc485998 /PKGBUILD
parenta57e6f2b44898e1f67005346d9d79607ba762111 (diff)
downloadaur-6542937bcee5746a244a45b8f9b10e485f28008f.tar.gz
add lib32-libcups dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 736d02740160..3dff959714bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=brother-dcpj105
_printername=dcpj105
pkgver=3.0.0
-pkgrel=667
+pkgrel=668
pkgdesc="CUPS driver for Brother DCP-J105 printer"
arch=('i686' 'x86_64')
license=('custom:Brother Industries')
depends=('cups' 'tcsh')
if [ "$CARCH" == "x86_64" ]; then
- depends+=('lib32-libstdc++5')
+ depends+=('lib32-libstdc++5' 'lib32-libcups')
fi
makedepends=('rpmextract')
url="http://solutions.brother.com/linux/en_us/index.html"