Skip to content

Commit

Permalink
Update to-release
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 24, 2024
1 parent a153f7d commit c5b0082
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
python-jpype1
python-pyhidra
python-mdutils
ghidriff
2 changes: 1 addition & 1 deletion packages/ghidriff/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ groups=('blackarch' 'blackarch-automation' 'blackarch-reversing')
url='https://github.com/clearbluejar/ghidriff'
license=('GPL3')
depends=('python' 'python-pyhidra' 'python-mdutils' 'ghidra')
makedepends=('python-setuptools')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/clearbluejar/$pkgname.git")
sha512sums=('SKIP')

Expand Down
5 changes: 2 additions & 3 deletions packages/python-jpype1/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pkgname=python-jpype1
_pkgname=${pkgname#python-}
pkgver=1.5.0
pkgrel=1
pkgdesc="Python to Java bridge, an effort to allow Python programs full access to Java class libraries"
pkgdesc='Python to Java bridge, an effort to allow Python programs full access to Java class libraries.'
arch=('x86_64')
url="https://github.com/jpype-project/jpype"
url='https://github.com/jpype-project/jpype'
license=('Apache-2.0')
depends=('python' 'python-typing_extensions' 'python-packaging' 'java-runtime')
makedepends=('python-setuptools' 'ant')
Expand All @@ -16,7 +16,6 @@ source=("https://github.com/jpype-project/jpype/archive/JPype1-$pkgver.tar.gz")
sha512sums=('7c3c8434dd07743d0a0b4176c13f8d82b2f042c25925912e905c92e06de30721f2b1788683f9d547bcb7b66f767f565298ead4c940d8109bc92e8c5824c8e1f5')

build() {
ls
cd "jpype-$pkgver"

python setup.py build
Expand Down
2 changes: 1 addition & 1 deletion packages/python-mdutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arch=('any')
url='https://github.com/didix21/mdutils'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/didix21/$_pkgname.git")
sha512sums=('SKIP')

Expand Down
5 changes: 3 additions & 2 deletions packages/python-pyhidra/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ arch=('any')
url='https://github.com/dod-cyber-crime-center/pyhidra'
license=('custom:LicenseRef-DC3-Pyhidra-Open-Source-License')
depends=('python' 'python-jpype1' 'java-environment>=17')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=($_pkgname-$pkgver.zip::"$url/archive/$pkgver.zip")
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
source=($_pkgname-$pkgver.zip::"https://github.com/dod-cyber-crime-center/pyhidra/archive/$pkgver.zip")
sha512sums=('bf8f43436fec0eb340ca13ca415a9ed861dab3c50c54ca1a24c5e148c13883979164f02b58d5abbb56b112a99672d8ad25fe6a0ccf1ad4368a0334fa72aaa3d0')

build() {
Expand Down

0 comments on commit c5b0082

Please sign in to comment.