summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrbit2017-09-08 22:25:33 +0200
committermrbit2017-09-08 22:25:33 +0200
commit0138a50fa8539b9448255a33cfa33748def422c7 (patch)
treed9955f2700d7ce7be81498d8c026cc56f1c3d273
parentd36b3c19277856716ab94654f601fcc5a959514f (diff)
downloadaur-0138a50fa8539b9448255a33cfa33748def422c7.tar.gz
Update
-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')