* update cups-browsed to 2.1.1-1

This commit is contained in:
Alexander Baldeck 2025-02-12 08:32:43 +01:00
parent ad38151727
commit 12f40876cb
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = cups-browsed
pkgdesc = a helper daemon to browse the network for remote CUPS queues and IPP network printers
pkgver = 2.1.0
pkgver = 2.1.1
pkgrel = 1
url = https://wiki.linuxfoundation.org/openprinting/cups-filters
arch = x86_64
@ -17,7 +17,7 @@ pkgbase = cups-browsed
depends = glib2
depends = glibc
backup = etc/cups/cups-browsed.conf
source = https://github.com/OpenPrinting/cups-browsed/releases/download/2.1.0/cups-browsed-2.1.0.tar.xz
sha256sums = 2a1c0b3185d33e03e29bd13cbee07e2c511a7c4744048b094bb78895f1b00129
source = https://github.com/OpenPrinting/cups-browsed/releases/download/2.1.1/cups-browsed-2.1.1.tar.xz
sha256sums = d185169a74e6a5731b6bd74cba8d269f34e5c71cb71ef1841f2fa91637ba1d58
pkgname = cups-browsed

View File

@ -2,7 +2,7 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=cups-browsed
pkgver=2.1.0
pkgver=2.1.1
pkgrel=1
pkgdesc="a helper daemon to browse the network for remote CUPS queues and IPP network printers"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,7 +13,7 @@ depends=('libcups' 'libcupsfilters' 'libppd'
makedepends=('glib2-devel')
backup=(etc/cups/cups-browsed.conf)
source=(https://github.com/OpenPrinting/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
sha256sums=('2a1c0b3185d33e03e29bd13cbee07e2c511a7c4744048b094bb78895f1b00129')
sha256sums=('d185169a74e6a5731b6bd74cba8d269f34e5c71cb71ef1841f2fa91637ba1d58')
build() {
cd "$pkgname"-$pkgver