From 704db7aede7ae8616a8487c423fae67f2922443e Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 20 Jun 2024 17:55:26 +0200 Subject: [PATCH] * update libcupsfilters to 2.0.0-2 --- libcupsfilters/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcupsfilters/PKGBUILD b/libcupsfilters/PKGBUILD index 801d4c5ad1..00df88e75c 100644 --- a/libcupsfilters/PKGBUILD +++ b/libcupsfilters/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libcupsfilters pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="OpenPrinting CUPS Filters - contains all the code of the filters of the former cups-filters package as library functions" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/OpenPrinting/libcupsfilters"