[arch-commits] Commit in radare2/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Aug 24 22:57:16 UTC 2020


    Date: Monday, August 24, 2020 @ 22:57:16
  Author: anthraxx
Revision: 687893

upgpkg: radare2 4.5.0-1

Modified:
  radare2/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 22:55:14 UTC (rev 687892)
+++ PKGBUILD	2020-08-24 22:57:16 UTC (rev 687893)
@@ -2,7 +2,7 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=4.4.0
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
 url='https://radare.org'
@@ -9,13 +9,14 @@
 arch=('x86_64')
 license=('GPL3' 'LGPL3')
 depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip' 'zlib'
-         'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv')
+         'lz4' 'xxhash' 'libxxhash.so' 'file' 'libuv' 'tree-sitter'
+         'libtree-sitter.so')
 makedepends=('meson')
 optdepends=('r2ghidra-dec: ghidra decompiler plugin')
 options=('!emptydirs')
 source=(https://github.com/radare/radare2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6208d97f8333e72dfd04cccdb0234b60fb8979ca559b92532bf7e47d402f91e0c54678a83e6bafee65666fb7d6008b44b961600f24f9b3275cb2eec32490eaa5')
-b2sums=('1a1a4ce97dde4b8985cbe95bb889bfdef8f9d64e2c2257030fda523b1a1aced4e6681bc0f7b14d1a3f25fbce355f2062f0edc33ab396bef98792d29d1f708a11')
+sha512sums=('84d4ffc28f499f4360f57f31ad1b1f4b2a14e7fcbde7198bfb9ec4a85ac6606ceb5b28602624d6419b14b1586afd50330ace6232a183d7bfb876fefe07ea7bf4')
+b2sums=('5288b393eb40f0f9355ad44a102a768924775ce11d126477d89a77d4dbb885556371125ea9f54ce81216bcef25387b816ab679b99a2e6c31c7f48db13ccc4774')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,7 +30,8 @@
     -D use_sys_xxhash=true \
     -D use_sys_openssl=true \
     -D use_libuv=true \
-    -D use_webui=true
+    -D use_webui=true \
+    -D use_sys_tree_sitter=true
   ninja -C build
 }
 



More information about the arch-commits mailing list