diff --git a/extra/cups/PKGBUILD b/extra/cups/PKGBUILD index 6c1fb9900..4139d77e1 100644 --- a/extra/cups/PKGBUILD +++ b/extra/cups/PKGBUILD @@ -6,7 +6,7 @@ pkgbase="cups" pkgname=('libcups' 'cups') pkgver=2.4.7 -pkgrel=1 +pkgrel=2 epoch=1 arch=('x86_64') options=(!distcc) @@ -123,7 +123,8 @@ backup=(etc/cups/cupsd.conf depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'dbus' 'systemd' 'systemd-libs' 'libpaper' 'hicolor-icon-theme' 'glibc' 'gcc-libs' 'avahi' 'gnutls') -optdepends=('libusb: for usb printer backend' +optdepends=('cups-browsed: to browse the network for remote CUPS queues and IPP network printers' + 'libusb: for usb printer backend' 'ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections' 'xdg-utils: xdg .desktop file support' 'colord: for ICC color profile support'