summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorl0gic2021-12-01 18:47:36 +0100
committerl0gic2021-12-01 18:47:36 +0100
commiteb8483f21602139252084fbc202f6f26f706730a (patch)
tree01c96584223cb40efa668eb3e7d077c61a2bc4ea
parent8c6aae86d2a3e99076bc9e067fa7c23ad2d76b05 (diff)
downloadaur-eb8483f21602139252084fbc202f6f26f706730a.tar.gz
Fix build in wrong stage
Good catch, and thanks for the patch, jjguti.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52d76e5c7aa7..4c7b1e55f7c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radare2-git
pkgdesc = Open-source tools to disasm, debug, analyze and manipulate binary files
- pkgver = 5.4.0.r26148.86f8c9dce6
+ pkgver = 5.5.1.r26987.e07fbc2f37
pkgrel = 1
url = http://radare.org
arch = i686
@@ -15,7 +15,7 @@ pkgbase = radare2-git
depends = libzip
depends = xxhash
depends = libuv
- provides = radare2=5.4.0
+ provides = radare2=5.5.1
conflicts = radare2
source = radare2-git::git://github.com/radare/radare2.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6699613a869d..88d1074ac425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# meson/ninja build() & package() taken from community/radare2
# Contributor: 0xAA <0xaa at dmg dot sx>
# Contributor: bratus <szczepaniak.bartek plus github at gmail dot com>
+# Contributor: jjguti
pkgname=radare2-git
-pkgver=5.4.0.r26148.86f8c9dce6
+pkgver=5.5.1.r26987.e07fbc2f37
pkgrel=1
pkgdesc="Open-source tools to disasm, debug, analyze and manipulate binary files"
arch=('i686' 'x86_64')
@@ -41,6 +42,7 @@ build() {
-D use_sys_openssl=true \
-D use_libuv=true \
-D use_webui=true
+ ninja -C build
}
package() {