Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / ipp-usb
Commits: 51b1f706 by Andreas Radke at 2023-12-08T21:47:12+01:00 upgpkg: 0.9.24-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +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.24 + pkgrel = 1 + url = https://github.com/OpenPrinting/ipp-usb + arch = x86_64 + license = custom: BSD + makedepends = go + depends = avahi + depends = libusb + backup = etc/ipp-usb/ipp-usb.conf + source = ipp-usb-0.9.24.tar.gz::https://github.com/OpenPrinting/ipp-usb/archive/0.9.24.tar.gz + source = systemd-service.patch + sha256sums = e20785f9720f7d19fae9cfccb5cc3c18617d99b03da4eb94ec9df6af37abe354 + sha256sums = 8cec95d5de1fcc95187c6521971a0239a5503bbc08162e5d67cfef2439e07a76 + +pkgname = ipp-usb ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=ipp-usb -pkgver=0.9.23 +pkgver=0.9.24 pkgrel=1 pkgdesc="allows using the IPP protocol, normally designed for network printers, to be used with USB printers as well" arch=('x86_64') @@ -14,7 +14,7 @@ backup=(etc/ipp-usb/ipp-usb.conf) #makedepends=('go' 'golang-github-openprinting-goipp') source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz systemd-service.patch) -sha256sums=('81f325abc45b4d2b8812022d93dfcebc807c2b0688e2a9f7052f0bddfadf5b01' +sha256sums=('e20785f9720f7d19fae9cfccb5cc3c18617d99b03da4eb94ec9df6af37abe354' '8cec95d5de1fcc95187c6521971a0239a5503bbc08162e5d67cfef2439e07a76') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ipp-usb/-/commit/51b1f70676b7dcd67e2a6924548c25096f67b130 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ipp-usb/-/commit/51b1f70676b7dcd67e2a6924548c25096f67b130 You're receiving this email because of your account on gitlab.archlinux.org.
