From 3054aa81227313ddc04e45f9fc5862aacd9e73f3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Sat, 30 Sep 2023 16:28:24 +0000 Subject: [PATCH] extra/cups to 2.4.7-2 --- extra/cups/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'