Skip to content

Commit

Permalink
Fix retdec PKGBUILD (#4029)
Browse files Browse the repository at this point in the history
* Update retdec PKGBUILD

* Remove uneeded build dependency
  • Loading branch information
dmarsoev authored Dec 12, 2023
1 parent dd7cd01 commit b9c32e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/retdec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends=('bc' 'graphviz' 'python' 'upx')
makedepends=('autoconf' 'automake' 'bison' 'cmake' 'doxygen' 'flex' 'gcc' 'git'
'graphviz' 'libtool' 'm4' 'make' 'openssl' 'perl' 'python' 'upx'
'zlib' 'wget')
source=("$pkgname::git+https://github.com/avast-tl/$pkgname.git")
source=("$pkgname::git+https://github.com/avast/$pkgname.git")
sha512sums=('SKIP')

pkgver() {
Expand All @@ -40,8 +40,8 @@ package() {

cd ..

for tool in 'retdec-archive-decompiler' 'retdec-color-c' 'retdec-config' \
'retdec-decompiler' 'retdec-fileinfo' \
for tool in 'retdec-archive-decompiler' \
'retdec-fileinfo' \
'retdec-signature-from-library-creator' 'retdec-unpacker' \
'retdec-utils'; do
ln -fs "/usr/bin/$tool.py" "$pkgdir/usr/bin/$tool"
Expand Down

0 comments on commit b9c32e2

Please sign in to comment.