summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorl0gic2021-02-02 22:00:57 +0100
committerl0gic2021-02-02 22:00:57 +0100
commited75ddfa5836c3d7dafddd4a4a2e04cea005bea8 (patch)
tree0e5c6142e8f019ab978ef2776150b0861cce2c82 /PKGBUILD
parentcd481d798164dc4df4722b5b370f2c7a537e3964 (diff)
downloadaur-ed75ddfa5836c3d7dafddd4a4a2e04cea005bea8.tar.gz
Apply bratus' patch for exposing pkgver in provies=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62f2df9e4c75..4ff8b1841f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# meson/ninja build() & package() taken from community/radare2
# Contributor: 0xAA <0xaa at dmg dot sx>
-# Contributor: bratus
+# Contributor: bratus <szczepaniak.bartek plus github at gmail dot com>
pkgname=radare2-git
-pkgver=5.0.1.r25110.7a222e68dc
+pkgver=5.1.0.r25401.89ff9aaf6e
pkgrel=1
pkgdesc="Open-source tools to disasm, debug, analyze and manipulate binary files"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://radare.org"
license=('GPL3' 'LGPL3')
makedepends=('git' 'meson')
depends=('capstone' 'lz4' 'file' 'libzip' 'xxhash' 'libuv')
-provides=('radare2')
+provides=("radare2=${pkgver%.r*}")
conflicts=('radare2')
source=("$pkgname"::"git://github.com/radare/radare2.git")