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 Dec 28, 2024
1 parent fb36637 commit d5b99f8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 21 deletions.
9 changes: 0 additions & 9 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
python-cstruct
python-lzallright
jefferson
python-plotext
python-pyfatfs
python-pyperscan
python-ubi-reader
python-unblob-native
unblob
2 changes: 1 addition & 1 deletion packages/python-lzallright/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _pkgname=${pkgname#python-}
pkgver=v0.2.5.r0.gcfa42fa
pkgrel=1
pkgdesc='Python binding for LZ library.'
arch=('any')
arch=('x86_64' 'aarch64')
url='https://github.com/vlaci/lzallright'
license=('MIT')
depends=('python')
Expand Down
2 changes: 1 addition & 1 deletion packages/python-pyfatfs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _pkgname=${pkgname#python-}
pkgver=v1.1.0.r0.g5590fb8
pkgrel=1
pkgdesc='Python based FAT12/FAT16/FAT32 implementation with VFAT support.'
arch=('x86_64' 'aarch64')
arch=('any')
url='https://github.com/nathanhi/pyfatfs'
license=('MIT')
depends=('python' 'python-fs')
Expand Down
4 changes: 2 additions & 2 deletions packages/python-pyperscan/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ _pkgname=${pkgname#python-}
pkgver=v0.3.0.r8.g96f73ad
pkgrel=1
pkgdesc='Python binding for Hyperscan.'
arch=('any')
arch=('x86_64' 'aarch64')
url='https://github.com/vlaci/pyperscan'
license=('Apache-2.0' 'MIT')
depends=('python' 'hyperscan')
makedepends=('git' 'python-build' 'python-pip' 'rust')
makedepends=('git' 'python-build' 'python-pip' 'rust' 'clang')
options=(!emptydirs)
source=("git+https://github.com/vlaci/$_pkgname.git")
sha512sums=('SKIP')
Expand Down
1 change: 0 additions & 1 deletion packages/python-ubi-reader/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pkgver=v0.8.9.r2.gcc7225e
pkgrel=1
pkgdesc='Collection of Python scripts for reading information about and extracting data from UBI and UBIFS images.'
arch=('any')
groups=('blackarch' 'blackarch-forensic' 'blackarch-reversing')
url='https://github.com/onekey-sec/ubi_reader'
license=('GPL-3.0-or-later')
depends=('python' 'python-lzallright')
Expand Down
6 changes: 3 additions & 3 deletions packages/python-unblob-native/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

pkgname=python-unblob-native
_pkgname=${pkgname#python-}
pkgver=v0.1.5.r6.gb9463ad
pkgver=v0.1.5.r14.gdb53aa8
pkgrel=1
pkgdesc='Performance critical parts of Unblob.'
arch=('any')
arch=('x86_64' 'aarch64')
url='https://github.com/onekey-sec/unblob-native'
license=('MIT')
depends=('python')
makedepends=('git' 'python-build' 'python-pip')
makedepends=('git' 'python-build' 'python-pip' 'rust')
options=(!emptydirs)
source=("git+https://github.com/onekey-sec/$_pkgname.git")
sha512sums=('SKIP')
Expand Down
8 changes: 4 additions & 4 deletions packages/unblob/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=unblob
pkgver=24.11.13.r4.g325c3e1
pkgver=24.12.4.r37.g1f0df60
pkgrel=1
pkgdesc='Extract files from any kind of container formats.'
arch=('any')
Expand All @@ -11,10 +11,10 @@ url='https://github.com/onekey-sec/unblob'
license=('MIT')
depends=('python' 'python-click' 'python-dissect.cstruct' 'python-attrs'
'python-structlog' 'python-arpy' 'python-rarfile' 'python-ubi-reader'
'python-plotext' 'python-pluggy' 'python-python-magic'
'python-plotext' 'python-pluggy' 'python-python-magic' 'python-lz4'
'python-pyperscan' 'python-lark' 'python-lief' 'python-cryptography'
'python-treelib' 'python-unblob-native' 'python-rich'
'python-pyfatfs' 'jefferson' 'lz4')
'python-treelib' 'python-unblob-native' 'python-rich' 'python-pyfatfs'
'python-magic' 'jefferson')
makedepends=('git' 'python-build' 'python-pip')
source=("git+https://github.com/onekey-sec/$pkgname.git")
sha512sums=('SKIP')
Expand Down

0 comments on commit d5b99f8

Please sign in to comment.