summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Wetzel2018-02-26 17:29:50 +0100
committerDominik Wetzel2018-02-26 17:29:50 +0100
commit21226ec4bd756c66c45291cb773266539fe988ef (patch)
tree9c51464f5d0bc5508c14af87e8a8b8ff0f658c11
parentaebb915d2a1b17213e0d9a9e601238a96a5b9ea0 (diff)
downloadaur-21226ec4bd756c66c45291cb773266539fe988ef.tar.gz
Added lib32 stuff and set DLAGENTS to wget instead of curl
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e155b471c38..b1c0515faa16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = kyocera_universal
arch = x86_64
license = other
makedepends = unzip
+ makedepends = wget
depends = bash-completion
depends = cups-filters
depends = gcc-libs
@@ -18,6 +19,8 @@ pkgbase = kyocera_universal
depends = zlib
depends = python2-pypdf2
depends = python2
+ depends = lib32-zlib
+ depends = lib32-libcups
source = https://cdn.kyostatics.net/dlc/de/driver/all/kyoceralinuxpackages-20160420-upd-v3.-downloadcenteritem-Single-File.downloadcenteritem.tmp/KyoceraLinux_Ph..._2017.06.15.zip
source = python2.patch
md5sums = b9f33db54d39d7d49b64564aae4ae559
diff --git a/PKGBUILD b/PKGBUILD
index 70f8ddf92f77..0e288b6417b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,10 @@ pkgdesc="Kyocera Printing Package for many Kyocera printers (stripped of kdialog
arch=('x86_64' 'i386')
url="https://www.kyocera.com/"
license=('other')
-depends=('bash-completion' 'cups-filters' 'gcc-libs' 'krb5' 'libcups' 'libgcrypt' 'python2-reportlab' 'zlib' 'python2-pypdf2' 'python2')
+depends=('bash-completion' 'cups-filters' 'gcc-libs' 'krb5' 'libcups' 'libgcrypt' 'python2-reportlab' 'zlib' 'python2-pypdf2' 'python2' 'lib32-zlib' 'lib32-libcups')
arch=('i686' 'x86_64')
-makedepends=('unzip')
+makedepends=('unzip' 'wget')
+DLAGENTS=("https::/usr/bin/wget")
toDwnld="KyoceraLinux_Ph..._2017.06.15.zip"
source=("https://cdn.kyostatics.net/dlc/de/driver/all/kyoceralinuxpackages-20160420-upd-v3.-downloadcenteritem-Single-File.downloadcenteritem.tmp/${toDwnld}"
python2.patch)