extra/cups to 2.3.3op2-4

This commit is contained in:
David Beauchamp 2021-11-06 17:06:51 -04:00
parent d989b4fe5e
commit 32d0f8cebd

View file

@ -8,7 +8,7 @@ pkgbase="cups"
pkgname=('libcups' 'cups')
#_commit=be75d5d99a54c5f62608f7b9e98748d4c7045ec1 # master 2020-11-27
pkgver=2.3.3op2
pkgrel=3
pkgrel=4
epoch=1
arch=('x86_64')
license=('Apache' 'custom')
@ -16,7 +16,7 @@ license=('Apache' 'custom')
url="https://github.com/OpenPrinting/cups"
options=(!distcc)
makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus'
'cups-filters' 'bc' 'colord' 'gzip' 'autoconf' 'libusb' 'dbus'
'avahi' 'hicolor-icon-theme' 'systemd' 'libxcrypt' 'inetutils' 'libpaper'
'git')
source=(#https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
@ -197,4 +197,7 @@ optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on devic
# comment out unnecessary PageLogFormat entry
sed -i -e 's:PageLogFormat:#PageLogFormat:' "$pkgdir"/etc/cups/cupsd.conf*
# no more xinetd support
rm -rf "${pkgdir}"/etc/xinetd.d
}