extra/cups: fix

This commit is contained in:
Kevin Mihelich 2020-04-28 12:52:48 +00:00
parent fcc2138c81
commit 97fbee7d38

View file

@ -2,6 +2,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - drop valgrind makedepend
# - disable distcc - configure checks for clang first
pkgbase="cups"
pkgname=('libcups' 'cups')
@ -10,6 +11,7 @@ pkgrel=1
arch=('x86_64')
license=('Apache' 'custom')
url="https://www.cups.org/"
options=(!distcc)
makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus'
'avahi' 'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper')