* update cups-browsed to 2.1.0-1

This commit is contained in:
Alexander Baldeck 2024-11-17 17:12:54 +01:00
parent 35065a3a2a
commit 14bd3ef290
2 changed files with 6 additions and 7 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.0.1
pkgver = 2.1.0
pkgrel = 1
url = https://wiki.linuxfoundation.org/openprinting/cups-filters
arch = x86_64
@ -16,9 +16,8 @@ pkgbase = cups-browsed
depends = avahi
depends = glib2
depends = glibc
depends = libldap
backup = etc/cups/cups-browsed.conf
source = https://github.com/OpenPrinting/cups-browsed/releases/download/2.0.1/cups-browsed-2.0.1.tar.xz
sha256sums = ebed1b49dea593912b15fe55f88b691c1a0ac7d6c42178e9526ea949d00ef01a
source = https://github.com/OpenPrinting/cups-browsed/releases/download/2.1.0/cups-browsed-2.1.0.tar.xz
sha256sums = 2a1c0b3185d33e03e29bd13cbee07e2c511a7c4744048b094bb78895f1b00129
pkgname = cups-browsed

View File

@ -2,18 +2,18 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=cups-browsed
pkgver=2.0.1
pkgver=2.1.0
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)
url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
license=('Apache-2.0 WITH LLVM-exception')
depends=('libcups' 'libcupsfilters' 'libppd'
'avahi' 'glib2' 'glibc' 'libldap')
'avahi' 'glib2' 'glibc')
makedepends=('glib2-devel')
backup=(etc/cups/cups-browsed.conf)
source=(https://github.com/OpenPrinting/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
sha256sums=('ebed1b49dea593912b15fe55f88b691c1a0ac7d6c42178e9526ea949d00ef01a')
sha256sums=('2a1c0b3185d33e03e29bd13cbee07e2c511a7c4744048b094bb78895f1b00129')
build() {
cd "$pkgname"-$pkgver