Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libcupsfilters
Commits:
1b657384 by Andreas Radke at 2025-02-19T21:09:10+01:00
upgpkg: 2.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.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 = 3
+ pkgver = 2.1.1
+ pkgrel = 1
url = https://github.com/OpenPrinting/libcupsfilters
arch = x86_64
license = Apache-2.0 WITH LLVM-exception
@@ -19,7 +19,7 @@ pkgbase = libcupsfilters
depends = glibc
depends = gcc-libs
depends = dbus
- source =
https://github.com/OpenPrinting/libcupsfilters/releases/download/2.1.0/libcupsfilters-2.1.0.tar.xz
- sha256sums =
cbe900c7783e4aab0b1681629fad7322d82d082a51e8bae7e1c741d26bdcd294
+ source =
https://github.com/OpenPrinting/libcupsfilters/releases/download/2.1.1/libcupsfilters-2.1.1.tar.xz
+ sha256sums =
6c303e36cfde05a6c88fb940c62b6a18e7cdbfb91f077733ebc98f104925ce36
pkgname = libcupsfilters
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Andreas Radke <[email protected]>
pkgname=libcupsfilters
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.1.1
+pkgrel=1
pkgdesc="OpenPrinting CUPS Filters - contains all the code of the filters of
the former cups-filters package as library functions"
arch=('x86_64')
url="https://github.com/OpenPrinting/libcupsfilters"
@@ -16,7 +16,7 @@ makedepends=(
)
checkdepends=('ttf-dejavu') # ttf-dejavu for make check
source=("https://github.com/OpenPrinting/libcupsfilters/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('cbe900c7783e4aab0b1681629fad7322d82d082a51e8bae7e1c741d26bdcd294')
+sha256sums=('6c303e36cfde05a6c88fb940c62b6a18e7cdbfb91f077733ebc98f104925ce36')
build() {
cd "$pkgname"-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcupsfilters/-/commit/1b657384ca84cb6214d1215b9d8cdd917dface33
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcupsfilters/-/commit/1b657384ca84cb6214d1215b9d8cdd917dface33
You're receiving this email because of your account on gitlab.archlinux.org.