Skip to content

Commit 601d5f5

Browse files
committed
mobsf: version bump.
1 parent c14d722 commit 601d5f5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

packages/mobsf/PKGBUILD

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# See COPYING for license details.
33

44
pkgname=mobsf
5-
pkgver=v4.3.2.r6.g6987a94
5+
pkgver=v4.3.2.r7.g7e0355c
66
pkgrel=1
77
epoch=2
88
pkgdesc='An intelligent, all-in-one open source mobile application (Android/iOS) automated pen-testing framework capable of performing static, dynamic analysis and web API testing.'
99
arch=('any')
1010
groups=('blackarch' 'blackarch-mobile')
1111
url='https://github.com/MobSF/Mobile-Security-Framework-MobSF'
1212
license=('GPL-3.0-or-later')
13-
depends=('python')
14-
makedepends=('git' 'python-setuptools' 'python-pip')
13+
depends=('python' 'gunicorn' 'python-xmlsec')
14+
makedepends=('git' 'python-setuptools' 'python-setuptools-scm' 'python-pip')
1515
source=("$pkgname::git+https://github.com/MobSF/Mobile-Security-Framework-MobSF.git")
1616
sha512sums=('SKIP')
1717
install="$pkgname.install"
@@ -27,6 +27,12 @@ pkgver() {
2727
)
2828
}
2929

30+
prepare() {
31+
cd $pkgname
32+
33+
sed -i '/^xmlsec = "1.3.14"/d' pyproject.toml
34+
}
35+
3036
package() {
3137
cd $pkgname
3238

0 commit comments

Comments
 (0)