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 b494ba7093db..f13959f0907f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 6 17:24:30 UTC 2016
+# Fri Sep 8 20:25:07 UTC 2017
pkgbase = cpyrit-opencl
pkgdesc = OpenCL backend for accelerated attack against WPA-PSK authentication.
pkgver = 0.4.0
- pkgrel = 2
+ pkgrel = 3
url = http://code.google.com/p/pyrit/
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = cpyrit-opencl
depends = python2
depends = openssl
depends = zlib
- depends = libcl
+ depends = libclc
depends = pyrit
optdepends = opencl-catalyst: OpenCL implemention from AMD
conflicts = cpyrit-calpp-svn
diff --git a/PKGBUILD b/PKGBUILD
index ff622f1b5c33..de6dca019d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cpyrit-opencl
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="OpenCL backend for accelerated attack against WPA-PSK authentication."
url="http://code.google.com/p/pyrit/"
license=('GPL3')
arch=('i686' 'x86_64')
-depends=('python2' 'openssl' 'zlib' 'libcl' 'pyrit')
+depends=('python2' 'openssl' 'zlib' 'libclc' 'pyrit')
makedepends=('opencl-headers' 'gcc' 'python2')
optdepends=('opencl-catalyst: OpenCL implemention from AMD')