diff --git a/libcupsfilters/.SRCINFO b/libcupsfilters/.SRCINFO index 4b3a1b2481..cae043fc23 100644 --- a/libcupsfilters/.SRCINFO +++ b/libcupsfilters/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libcupsfilters pkgdesc = OpenPrinting CUPS Filters - contains all the code of the filters of the former cups-filters package as library functions pkgver = 2.1.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/OpenPrinting/libcupsfilters arch = x86_64 arch = powerpc64le diff --git a/libcupsfilters/PKGBUILD b/libcupsfilters/PKGBUILD index 83ba86ed5a..424500f545 100644 --- a/libcupsfilters/PKGBUILD +++ b/libcupsfilters/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libcupsfilters pkgver=2.1.0 -pkgrel=2 +pkgrel=3 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"