summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandmars2020-10-31 08:37:07 +0100
committerandmars2020-10-31 08:37:07 +0100
commit4855d68c1cfe9000cd0f6c425265cd5562395b2b (patch)
tree9001d59e7bcf111f7c0a7688d341ec371a799981
parenta5b1035b1fa737008d7a25ab8d33c20c67731961 (diff)
downloadaur-4855d68c1cfe9000cd0f6c425265cd5562395b2b.tar.gz
revert 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 9300432b02f0..17083a69e2f2 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 = 2
+ pkgrel = 3
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=1:3.20.9
+ depends = hplip>=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 1ff9786e977f..c3fe139d6049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=hplip-plugin
pkgver=3.20.9
-pkgrel=2
+pkgrel=3
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=1:$pkgver")
+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")