summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandmars2020-10-22 16:16:39 +0200
committerandmars2020-10-22 16:16:39 +0200
commita5b1035b1fa737008d7a25ab8d33c20c67731961 (patch)
tree263baff407a3140a69cf589808492b8ac58fa776
parentd0223fc5c1ddd10fdbc625689c8f4e248b092e46 (diff)
downloadaur-a5b1035b1fa737008d7a25ab8d33c20c67731961.tar.gz
added epoch to hplip pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3e37df043d5..9300432b02f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hplip-plugin
pkgdesc = Binary plugin for HPs hplip printer driver library
pkgver = 3.20.9
- pkgrel = 1
+ pkgrel = 2
url = http://hplipopensource.com/node/309
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hplip-plugin
arch = armv7h
arch = aarch64
license = custom:proprietary
- depends = hplip>=3.20.9
+ depends = hplip=1:3.20.9
backup = var/lib/hp/hplip.state
source = https://developers.hp.com/sites/default/files/hplip-3.20.9-plugin.run
md5sums = 6919238d3911504ec6580cef1efa52e2
diff --git a/PKGBUILD b/PKGBUILD
index 1098f24accb4..1ff9786e977f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=hplip-plugin
pkgver=3.20.9
-pkgrel=1
+pkgrel=2
pkgdesc="Binary plugin for HPs hplip printer driver library"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://hplipopensource.com/node/309"
license=('custom:proprietary')
-depends=("hplip>=$pkgver")
+depends=("hplip=1:$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")