summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-23 11:38:43 +0200
committerGoliathLabs2020-05-23 11:38:43 +0200
commitdd690eb2db59e7b72332875031c2a5f7ecb0402a (patch)
tree7a9ef825731bb7291260b083829d75e4fa4a9830 /PKGBUILD
parent1581e1d88f61ad1f3fe669f06370a48cf0a059c7 (diff)
downloadaur-dd690eb2db59e7b72332875031c2a5f7ecb0402a.tar.gz
Removed: sed substitution
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46fe70d2c520..bee8fd153aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=cpyrit-cuda
_pkgname=Pyrit
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="The famous WPA precomputed cracker for NVIDIA-CUDA."
url='https://github.com/JPaulMora/Pyrit'
arch=('i686' 'x86_64')
@@ -25,7 +25,6 @@ sha256sums=('c610b7e5930e71ef466365418e58ce72f4b7dea5a3398c3296192f0c4a7175aa'
prepare() {
cd ${srcdir}/${_pkgname}-${pkgver}
patch -p1 < "${srcdir}/scapy-2.3.2.patch"
- sed -e "s|' --host-compilation C'||" -i ${srcdir}/cpyrit-cuda-0.5.0/setup.py
}
build() {