Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / rizin
Commits: b2fcd24e by Antonio Rojas at 2023-10-27T21:08:53+02:00 upgpkg: 0.6.3-1: Update to 0.6.3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,36 @@ +pkgbase = rizin + pkgdesc = Open-source tools to disasm, debug, analyze and manipulate binary files + pkgver = 0.6.3 + pkgrel = 1 + url = https://rizin.re + arch = x86_64 + license = GPL3 + license = LGPL3 + makedepends = meson + makedepends = ninja + makedepends = python + makedepends = python-yaml + depends = sh + depends = capstone + depends = libcapstone.so + depends = openssl + depends = libzip + depends = libzip.so + depends = zlib + depends = lz4 + depends = xz + depends = xxhash + depends = libxxhash.so + depends = file + depends = libmagic.so + depends = tree-sitter + depends = libtree-sitter.so + depends = libmspack + depends = libmspack.so + optdepends = rz-ghidra: ghidra decompiler plugin + options = !emptydirs + source = https://github.com/rizinorg/rizin/releases/download/v0.6.3/rizin-src-v0.6.3.tar.xz + sha512sums = 031ae1c5b43237d55b3e48d825d4bd9cda16a4a84a47464eb1745a02265a1412e2864345595c0dca7f8ea0cb348fe9760ea424556ff6b915ac8014a7f410b03c + b2sums = 4ddde26dc2541917e1d16f38339bf1467b2148524a1365d739c417857ee856ecb7fbc9210a0f3b562a429c962e31f637bb88a0c0817f42a59868ed3093b0e902 + +pkgname = rizin ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=rizin -pkgver=0.6.2 +pkgver=0.6.3 pkgrel=1 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files' url='https://rizin.re' @@ -24,8 +24,8 @@ makedepends=('meson' 'ninja' 'python' 'python-yaml') optdepends=('rz-ghidra: ghidra decompiler plugin') options=('!emptydirs') source=(https://github.com/rizinorg/rizin/releases/download/v${pkgver}/rizin-src-v${pkgver}.tar.xz) -sha512sums=('2b75ebd1c94dd560bb48ffaf8cb56d765ceafd00a3a878f0ae8802a51f398202c501db4c2ec2caefa89a770d4e674743ff5b56fd21f06bf99d9bac4753580dce') -b2sums=('9e90b07b5a3a5196e68e7c283dcfa214449e9cf1099c90b80a4e3712997bd6f28d5682de01c6f2b6ccafa749e74a4a9a8f7e6e0a313e926779394322a52b14ff') +sha512sums=('031ae1c5b43237d55b3e48d825d4bd9cda16a4a84a47464eb1745a02265a1412e2864345595c0dca7f8ea0cb348fe9760ea424556ff6b915ac8014a7f410b03c') +b2sums=('4ddde26dc2541917e1d16f38339bf1467b2148524a1365d739c417857ee856ecb7fbc9210a0f3b562a429c962e31f637bb88a0c0817f42a59868ed3093b0e902') build() { cd ${pkgname}-v${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rizin/-/commit/b2fcd24ec8dbe6e0f8840dfff7335a98b07d06df -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rizin/-/commit/b2fcd24ec8dbe6e0f8840dfff7335a98b07d06df You're receiving this email because of your account on gitlab.archlinux.org.
