Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
rizin
Commits:
64303780 by Levente Polyak at 2026-02-07T22:58:35+01:00
Use system zstd and pcre2 libraries
- - - - -
517eb269 by Levente Polyak at 2026-02-07T23:01:43+01:00
upgpkg: 0.8.1-2: release: Use system zstd and pcre2 libraries
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = rizin
pkgdesc = Open-source tools to disasm, debug, analyze and manipulate
binary files
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://rizin.re
arch = x86_64
license = Apache-2.0
@@ -25,10 +25,12 @@ pkgbase = rizin
makedepends = libzip
makedepends = meson
makedepends = ninja
+ makedepends = pcre2
makedepends = python
makedepends = python-yaml
makedepends = tree-sitter
makedepends = xxhash
+ makedepends = zstd
depends = glibc
depends = sh
depends = openssl
@@ -56,7 +58,11 @@ pkgname = rizin
depends = libmspack.so
depends = libzip
depends = libzip.so
+ depends = pcre2
+ depends = libpcre2-8.so
depends = tree-sitter
depends = libtree-sitter.so
depends = xxhash
depends = libxxhash.so
+ depends = zstd
+ depends = libzstd.so
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=rizin
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary
files'
url='https://rizin.re'
arch=('x86_64')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rizin/-/compare/95be911f96b2c515a313d3ec3dc288baab7a0136...517eb2698f05f0bc41dcce49f3581b8016cd2158
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rizin/-/compare/95be911f96b2c515a313d3ec3dc288baab7a0136...517eb2698f05f0bc41dcce49f3581b8016cd2158
You're receiving this email because of your account on gitlab.archlinux.org.