From c5b00828fb20a875b21136ace529f222504b20dc Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 9 Oct 2024 18:44:20 +0200 Subject: [PATCH] Update to-release --- lists/to-release | 4 ++++ packages/ghidriff/PKGBUILD | 2 +- packages/python-jpype1/PKGBUILD | 5 ++--- packages/python-mdutils/PKGBUILD | 2 +- packages/python-pyhidra/PKGBUILD | 5 +++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/lists/to-release b/lists/to-release index e69de29bb2d..a6029672f91 100644 --- a/lists/to-release +++ b/lists/to-release @@ -0,0 +1,4 @@ +python-jpype1 +python-pyhidra +python-mdutils +ghidriff diff --git a/packages/ghidriff/PKGBUILD b/packages/ghidriff/PKGBUILD index e6689921b3b..c6918306811 100644 --- a/packages/ghidriff/PKGBUILD +++ b/packages/ghidriff/PKGBUILD @@ -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') diff --git a/packages/python-jpype1/PKGBUILD b/packages/python-jpype1/PKGBUILD index 0fa388dc89e..1277d8d1df2 100644 --- a/packages/python-jpype1/PKGBUILD +++ b/packages/python-jpype1/PKGBUILD @@ -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') @@ -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 diff --git a/packages/python-mdutils/PKGBUILD b/packages/python-mdutils/PKGBUILD index 794285edb37..9f2e9139f42 100644 --- a/packages/python-mdutils/PKGBUILD +++ b/packages/python-mdutils/PKGBUILD @@ -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') diff --git a/packages/python-pyhidra/PKGBUILD b/packages/python-pyhidra/PKGBUILD index 9513eb92d78..1f0ce583968 100644 --- a/packages/python-pyhidra/PKGBUILD +++ b/packages/python-pyhidra/PKGBUILD @@ -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() {