[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Mon Feb 21 06:08:56 UTC 2022


    Date: Monday, February 21, 2022 @ 06:08:55
  Author: andyrtr
Revision: 437829

upgpkg: system-config-printer 1.5.16-1: upstream update 1.5.16

Modified:
  system-config-printer/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 01:12:47 UTC (rev 437828)
+++ PKGBUILD	2022-02-21 06:08:55 UTC (rev 437829)
@@ -2,22 +2,23 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=system-config-printer
-pkgver=1.5.15
-pkgrel=2
+pkgver=1.5.16
+pkgrel=1
 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-requests' 'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
+         'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
 optdepends=('libsecret: password management'
             'python-pysmbc: SMB browser support'
             'cups-pk-helper: PolicyKit helper to configure cups with fine-grained privileges')
-source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz{,.asc})
-sha256sums=('fbd226ce215bf014213dded81b43b9d4d90470524f5bf7cd21ecc71d4aefa689'
-            'SKIP')
-validpgpkeys=('7ADB58203CA5F046F28025B215AA6A7F4D4227D7') # "Zdenek Dohnal (Associate Software Engineer) <zdohnal at redhat.com>"
+source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz #{,.asc}
+)
+sha256sums=('cbca8409947e4f17877106989aa61ad02bb696c7207c6c353b8815e9e2db37fd')
+#            'SKIP')
+#validpgpkeys=('7ADB58203CA5F046F28025B215AA6A7F4D4227D7') # "Zdenek Dohnal (Associate Software Engineer) <zdohnal at redhat.com>"
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list