diff options
author | 1Conan | 2020-03-18 17:53:32 +0800 |
---|---|---|
committer | 1Conan | 2020-03-18 17:53:32 +0800 |
commit | 6542937bcee5746a244a45b8f9b10e485f28008f (patch) | |
tree | d207f65908134ec17a6068388188da20fc485998 /PKGBUILD | |
parent | a57e6f2b44898e1f67005346d9d79607ba762111 (diff) | |
download | aur-6542937bcee5746a244a45b8f9b10e485f28008f.tar.gz |
add lib32-libcups dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |