Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix retdec PKGBUILD #4029

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Fix retdec PKGBUILD #4029

merged 2 commits into from
Dec 12, 2023

Conversation

dmarsoev
Copy link
Contributor

Avoid retdec-decompiler symlink overwriting the retdec-decompiler binary, add dependency for source compilation and clean empty symlinks.

@@ -12,8 +12,8 @@ license=('MIT')
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")
'zlib' 'wget' 'base-devel')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #3883

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks for the pointer.

@noptrix noptrix merged commit b9c32e2 into BlackArch:master Dec 12, 2023
2 checks passed
@dmarsoev dmarsoev deleted the retdec_fix branch December 12, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants