Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
ipp-usb
Commits:
8ddff643 by Andreas Radke at 2026-02-26T17:36:10+01:00
upgpkg: 0.9.31-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ipp-usb
pkgdesc = allows using the IPP protocol, normally designed for network
printers, to be used with USB printers as well
- pkgver = 0.9.30
+ pkgver = 0.9.31
pkgrel = 1
url = https://github.com/OpenPrinting/ipp-usb
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = ipp-usb
depends = libusb
depends = glibc
backup = etc/ipp-usb/ipp-usb.conf
- source =
ipp-usb-0.9.30.tar.gz::https://github.com/OpenPrinting/ipp-usb/archive/0.9.30.tar.gz
+ source =
ipp-usb-0.9.31.tar.gz::https://github.com/OpenPrinting/ipp-usb/archive/0.9.31.tar.gz
source = systemd-service.patch
- sha256sums =
8c044bb0efb8807a64d406a1208cb82b7801d8349205d0ef8c03f637f0228651
+ sha256sums =
9c5ef79a560fc0a386e633566e968626114c2592d0ebc35230436eb0f57f5fd2
sha256sums =
8cec95d5de1fcc95187c6521971a0239a5503bbc08162e5d67cfef2439e07a76
pkgname = ipp-usb
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Andreas Radke <[email protected]>
pkgname=ipp-usb
-pkgver=0.9.30
+pkgver=0.9.31
pkgrel=1
pkgdesc="allows using the IPP protocol, normally designed for network
printers, to be used with USB printers as well"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('go')
backup=(etc/ipp-usb/ipp-usb.conf)
source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
systemd-service.patch)
-sha256sums=('8c044bb0efb8807a64d406a1208cb82b7801d8349205d0ef8c03f637f0228651'
+sha256sums=('9c5ef79a560fc0a386e633566e968626114c2592d0ebc35230436eb0f57f5fd2'
'8cec95d5de1fcc95187c6521971a0239a5503bbc08162e5d67cfef2439e07a76')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ipp-usb/-/commit/8ddff6432b2367695baa3e9bc1f8b45e096e7342
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ipp-usb/-/commit/8ddff6432b2367695baa3e9bc1f8b45e096e7342
You're receiving this email because of your account on gitlab.archlinux.org.