Skip to content

Commit

Permalink
to-release: released packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 23, 2024
1 parent 7962509 commit 6547541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
apkid
python-yara-python-dex
ssma
2 changes: 1 addition & 1 deletion packages/python-yara-python-dex/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _pkgname=${pkgname#python-}
pkgver=1.0.7.1.r11.g650f693
pkgrel=1
pkgdesc='The Python interface for YARA.'
arch=('any')
arch=('x86_64' 'aarch64')
url='https://github.com/MobSF/yara-python-dex'
license=('Apache-2.0')
depends=('python')
Expand Down
6 changes: 3 additions & 3 deletions packages/ssma/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pkgdesc='Simple Static Malware Analyzer.'
arch=('any')
groups=('blackarch' 'blackarch-malware')
url='https://github.com/secrary/SSMA'
license=('GPL-3.0')
license=('GPL-3.0-only')
depends=('python' 'python-pefile' 'python-magic' 'python-yara-python-dex'
'ssdeep' 'python-elasticsearch' 'python-gitpython'
'python-virustotal-api' 'python-pyelftools')
'ssdeep' 'python-elasticsearch' 'python-gitpython' 'python-pyelftools'
'python-virustotal-api')
makedepends=('git')
source=("git+https://github.com/secrary/$_pkgname.git")
sha512sums=('SKIP')
Expand Down

0 comments on commit 6547541

Please sign in to comment.