summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2021-01-31 10:35:46 +0300
committerAlexey D2021-01-31 10:35:46 +0300
commitb5bdcbc706f8e9239f24e1e79eb672f6825ade0d (patch)
tree425669bd5c7aae14bf2aff463d8a3fcd2a96d21b
parent6d735e43c6c5749c093cec2844ce1bc12ec3b549 (diff)
downloadaur-b5bdcbc706f8e9239f24e1e79eb672f6825ade0d.tar.gz
upstream package update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c56fb964ada..baf45ec79878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cups-nosystemd
pkgdesc = The CUPS Printing System - daemon package
pkgver = 2.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.cups.org/
install = cups-nosystemd.install
arch = i686
@@ -19,6 +19,7 @@ pkgbase = cups-nosystemd
makedepends = avahi
makedepends = gnutls
makedepends = inetutils
+ makedepends = libxcrypt
depends = acl
depends = pam
depends = libcups>=2.3.3
@@ -27,6 +28,7 @@ pkgbase = cups-nosystemd
depends = dbus
depends = hicolor-icon-theme
depends = libpaper
+ optdepends = ipp-usb: allows to send HTTP requests via a USB connection on devices without Ethernet or WiFi connections
optdepends = xdg-utils: xdg .desktop file support
optdepends = colord: for ICC color profile support
optdepends = logrotate: for logfile rotation support
diff --git a/PKGBUILD b/PKGBUILD
index ce0bb3a40835..481d3c6ae3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="cups-nosystemd"
pkgver=2.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="The CUPS Printing System - daemon package"
arch=('i686' 'x86_64')
license=('Apache' 'custom')
@@ -12,8 +12,9 @@ groups=('eudev-base')
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc'
'dbus' 'hicolor-icon-theme' 'libpaper')
makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'xdg-utils' 'krb5' 'xinetd'
- 'gzip' 'autoconf' 'avahi' 'gnutls' 'inetutils')
-optdepends=('xdg-utils: xdg .desktop file support'
+ 'gzip' 'autoconf' 'avahi' 'gnutls' 'inetutils' 'libxcrypt')
+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'
'cups-openrc: cups openrc initscript')