Date: Monday, July 13, 2020 @ 09:24:44 Author: andyrtr Revision: 391856
upgpkg: ipp-usb 0.9.10-1: upstream update 0.9.10 Modified: ipp-usb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-13 09:17:39 UTC (rev 391855) +++ PKGBUILD 2020-07-13 09:24:44 UTC (rev 391856) @@ -1,7 +1,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=ipp-usb -pkgver=0.9.8 +pkgver=0.9.10 pkgrel=1 pkgdesc="allows using the IPP protocol, normally designed for network printers, to be used with USB printers as well" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('avahi' 'libusb') makedepends=('go') source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz) -sha256sums=('b630434bcfb99549f18ef80608626d82129bed4f0939fad1dc1aca1c721437f3') +sha256sums=('e1b14618f22dd75d92ebd59296e2bd237208effb2083ce1c2162895d9a1cda17') prepare() { cd "$pkgname-$pkgver" @@ -41,7 +41,7 @@ install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf install -Dm644 systemd-udev/71-ipp-usb.rules "$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules install -Dm644 systemd-udev/ipp-usb.service "$pkgdir"/usr/lib/systemd/system/ipp-usb.service - install -Dm644 ipp-usb.1 "$pkgdir"/usr/share/man/man1/ipp-usb.1 + install -Dm644 ipp-usb.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
