[arch-commits] Commit in cups/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Thu Jul 16 10:46:28 UTC 2020
Date: Thursday, July 16, 2020 @ 10:46:27
Author: andyrtr
Revision: 391957
upgpkg: cups 2.3.3-2: add optional dependency on ipp-usb
Modified:
cups/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 08:48:23 UTC (rev 391956)
+++ PKGBUILD 2020-07-16 10:46:27 UTC (rev 391957)
@@ -3,7 +3,7 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=2.3.3
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('Apache' 'custom')
url="https://www.cups.org/"
@@ -120,7 +120,8 @@
etc/pam.d/cups)
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc'
'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme')
-optdepends=('xdg-utils: xdg .desktop file support'
+optdepends=('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'
'logrotate: for logfile rotation support')
More information about the arch-commits
mailing list