Skip to content

Commit 5a758c4

Browse files
committed
trevorspray: version bump.
1 parent 04966f1 commit 5a758c4

File tree

4 files changed

+8
-33
lines changed

4 files changed

+8
-33
lines changed

packages/python-mechanicalsoup/PKGBUILD

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ package_python2-mechanicalsoup() {
3434

3535
cd "$_pkgname-$pkgver-2"
3636

37-
python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 \
38-
--skip-build
37+
python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
3938
}
4039

4140
package_python-mechanicalsoup() {
@@ -44,7 +43,6 @@ package_python-mechanicalsoup() {
4443

4544
cd "$_pkgname-$pkgver"
4645

47-
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 \
48-
--skip-build
46+
python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
4947
}
5048

packages/trevorspray/PKGBUILD

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
# See COPYING for license details.
33

44
pkgname=trevorspray
5-
pkgver=2.2.1
6-
pkgrel=2
5+
pkgver=2.3.0
6+
pkgrel=1
77
epoch=1
88
pkgdesc='A modular password sprayer with threading, clever proxying, loot modules, and more!'
99
arch=('any')
1010
groups=('blackarch' 'blackarch-cracker')
1111
url='https://github.com/blacklanternsecurity/TREVORspray'
1212
license=('GPL3')
13-
depends=('trevorproxy' 'python-pysocks' 'python-tldextract'
14-
'python-beautifulsoup4' 'python-exchangelib' )
13+
depends=('trevorproxy' 'python-pysocks' 'python-tldextract' 'python-pygments'
14+
'python-beautifulsoup4' 'python-exchangelib' 'python-exchangelib'
15+
'python-mechanicalsoup')
1516
makedepends=('python-build' 'python-pip')
1617
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
17-
sha512sums=('92888a116555cbaeff5158a1b941956a1a6b19b6dbae78fe5162003d6333b9cba01738efd113e7d7ed21a89ec64e40576381baa0c91483785df9da6d037b6e9d')
18+
sha512sums=('8984e2a582af9b53d841f7fe015efd7777d2312e1a9a5de36438c36ed2337ef9d2e4ff1de104b92833dec1fbdc728cf6bba6a711797252d07fa2633ceaf31672')
1819

1920
build() {
2021
cd "$pkgname-$pkgver"

packages/trevorspray/requirements.txt.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/trevorspray/trevorspray.install

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)