Date: Tuesday, October 6, 2020 @ 18:59:51
  Author: andyrtr
Revision: 397435

upgpkg: ipp-usb 0.9.14-1: upstream update 0.9.14

Modified:
  ipp-usb/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-10-06 18:48:12 UTC (rev 397434)
+++ PKGBUILD    2020-10-06 18:59:51 UTC (rev 397435)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke <andy...@archlinux.org>
 
 pkgname=ipp-usb
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
 pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
 arch=('x86_64')
 url="https://github.com/OpenPrinting/ipp-usb";
@@ -14,7 +14,7 @@
 #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=('f98c582d529f811a74c814596e74af229022f2bd62fcb2fcccf82e86eb483a2d'
+sha256sums=('9b43ed8a887c5db1aa1e23e38d92246f33936334411e2929d8754e71040435c6'
             '41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
 
 prepare() {
@@ -53,7 +53,7 @@
        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.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8
-
+       install -Dm644 ipp-usb-quirks/* -t "$pkgdir"/usr//share/ipp-usb/quirks
        
        install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

Reply via email to