summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-04-09Update repo url, since github doesn't support git:// anymorel0gic
Thanks for noticing, jjguti.
2022-01-24update pkgverl0gic
2021-12-01Fix build in wrong stagel0gic
Good catch, and thanks for the patch, jjguti.
2021-06-18Fix libr_util.so linking issuel0gic
libr_util.so fails to link with PIE, so we explicitly remove it from CFLAGS. ``` (.text+0x24): undefined reference to `main' collect2: error: ld returned 1 exit status ``` This also includes the fix for CVE-2021-32613.
2021-02-02Apply bratus' patch for exposing pkgver in provies=()l0gic
2020-12-26Remove redundant stepsl0gic
2020-08-20Fix build fail. Credit goes to bratusl0gic
2020-05-19Switch to meson/ninja buildl0gic
build() and package() have been taken from community/radare2. This fixes ld issues with openssl.
2018-12-07Change pkgver with bartus' suggestion and stop removing srcdirl0gic
2018-03-28Change package version format as suggested by bartusl0gic
2016-01-28Revert "Fix dependencies according to guidelines"l0gic
This reverts commit b577a16b41af1d0884f0ef5d75b2d18cc65337fe.
2016-01-21Changed the capstone dependency to capstone-gitschrotthaufen
This change was needed, because radare2 uses features, which are not yet part of the stable capstone release.
2015-07-15Fix dependencies according to guidelinesschrotthaufen
Removed ./autogen.sh line, since 1) it's not strictly neccessary 2) it requires acr to be installed
2015-07-04Initial importschrotthaufen