Date: Thursday, April 1, 2021 @ 19:06:46 Author: anthraxx Revision: 910921
upgpkg: rizin 0.1.2-2: avoid setting rz manpage symlink Fixes FS#70253 Modified: rizin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-01 17:39:19 UTC (rev 910920) +++ PKGBUILD 2021-04-01 19:06:46 UTC (rev 910921) @@ -2,7 +2,7 @@ pkgname=rizin pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files' url='https://rizin.re' arch=('x86_64') @@ -9,7 +9,8 @@ license=('GPL3' 'LGPL3') depends=( 'sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib' 'lz4' 'xxhash' - 'libxxhash.so' 'file' 'libuv' 'tree-sitter' 'libtree-sitter.so') + 'libxxhash.so' 'file' 'libuv' 'tree-sitter' 'libtree-sitter.so' + 'libzip.so' 'libmagic.so') makedepends=('meson' 'ninja' 'python') optdepends=('rz-ghidra: ghidra decompiler plugin') options=('!emptydirs') @@ -39,7 +40,6 @@ DESTDIR="${pkgdir}" ninja -C build install install -d "${pkgdir}/usr/share/doc/rizin" cp -r doc/* "${pkgdir}/usr/share/doc/rizin" - ln -s /usr/share/man/man1/rizin.1.gz "${pkgdir}/usr/share/man/man1/rz.1.gz" } # vim: ts=2 sw=2 et:
