Date: Monday, April 10, 2023 @ 18:21:35 Author: andyrtr Revision: 473828
upgpkg: system-config-printer 1.5.18-2: Python 3.11 rebuild Modified: system-config-printer/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 17:54:42 UTC (rev 473827) +++ PKGBUILD 2023-04-10 18:21:35 UTC (rev 473828) @@ -3,13 +3,13 @@ pkgname=system-config-printer pkgver=1.5.18 -pkgrel=1 +pkgrel=2 pkgdesc="A CUPS printer configuration tool and status applet" url="https://github.com/OpenPrinting/system-config-printer" arch=('x86_64') license=('GPL') depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify' - 'python-gobject' 'gtk3' 'python-cairo') + 'python-gobject' 'gtk3' 'python-cairo' 'libusb') makedepends=('xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret') optdepends=('libsecret: password management' 'python-pysmbc: SMB browser support'
