diff options
author | andmars | 2019-05-17 16:51:03 +0200 |
---|---|---|
committer | andmars | 2019-05-17 16:51:03 +0200 |
commit | 6a6f669c07ae4e7b5c59f6675aaa7920c1ce582c (patch) | |
tree | 5eb30d0cd192745cd7b650f5deabee04dcacfb40 | |
parent | f6a50d48635e69b8014d144cbf95fac2645b9e12 (diff) | |
download | aur-6a6f669c07ae4e7b5c59f6675aaa7920c1ce582c.tar.gz |
update to 3.19.5
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ pkgbase = hplip-plugin pkgdesc = Binary plugin for HPs hplip printer driver library - pkgver = 3.19.3 + pkgver = 3.19.5 pkgrel = 1 url = http://hplipopensource.com/node/309 arch = i686 arch = x86_64 license = custom:proprietary - depends = hplip>=3.19.3 + depends = hplip>=3.19.5 backup = var/lib/hp/hplip.state - source = https://developers.hp.com/sites/default/files/hplip-3.19.3-plugin.run - md5sums = fbb01ad44965a306155d29a64ec8f1e6 + source = https://developers.hp.com/sites/default/files/hplip-3.19.5-plugin.run + md5sums = 248a2436a97d59bce3f57cb5029c3bc7 pkgname = hplip-plugin @@ -3,7 +3,7 @@ # Contributor: Ivan Shapovalov <intelfx@intelfx.name> pkgname=hplip-plugin -pkgver=3.19.3 +pkgver=3.19.5 pkgrel=1 pkgdesc="Binary plugin for HPs hplip printer driver library" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=("hplip>=$pkgver") backup=(var/lib/hp/hplip.state) #source=("http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-$pkgver-plugin.run") source=("https://developers.hp.com/sites/default/files/hplip-$pkgver-plugin.run") -md5sums=('fbb01ad44965a306155d29a64ec8f1e6') +md5sums=('248a2436a97d59bce3f57cb5029c3bc7') prepare() { sh "hplip-$pkgver-plugin.run" --target "$srcdir/hplip-$pkgver-plugin" --noexec |