summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2015-09-18 00:25:04 +0200
committeranthraxx2015-09-18 00:25:04 +0200
commitf3ea7aaae58f34ea86ca8a31b7494ce7b13ce58e (patch)
tree65b46381909ca2da82e25b026b3a936dcfe81281
parenta4888bf1ed7f91e60933083bcdb0beee4ed7cfb6 (diff)
downloadaur-f3ea7aaae58f34ea86ca8a31b7494ce7b13ce58e.tar.gz
upgpkg: oclhashcat 1.37-3
-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')