Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 24, 2024
1 parent 87c4432 commit 63468f5
Showing 1 changed file with 3 additions and 2 deletions.
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 63468f5

Please sign in to comment.