summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86811df1566..aa19af8caa79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = oclhashcat
pkgdesc = Worlds fastest password cracker with dictionary mutation engine (for AMD)
pkgver = 1.37
- pkgrel = 2
+ pkgrel = 3
url = https://hashcat.net/oclhashcat
arch = i686
arch = x86_64
license = custom
- depends = catalyst-utils=14.9
- depends = opencl-catalyst=14.9
+ depends = catalyst-utils>=14.9
+ depends = opencl-catalyst>=14.9
conflicts = oclhashcat-amd
replaces = oclhashcat-amd
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 4eac194ee6d8..6261bf853871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=oclhashcat
_pkgname=oclHashcat
pkgver=1.37
-pkgrel=2
+pkgrel=3
pkgdesc="Worlds fastest password cracker with dictionary mutation engine (for AMD)"
url=('https://hashcat.net/oclhashcat')
arch=('i686' 'x86_64')
license=('custom')
-depends=('catalyst-utils=14.9' 'opencl-catalyst=14.9')
+depends=('catalyst-utils>=14.9' 'opencl-catalyst>=14.9')
replaces=('oclhashcat-amd')
conflicts=('oclhashcat-amd')
options=('!strip')