[arch-commits] Commit in radare2/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue Jan 22 23:46:17 UTC 2019
Date: Tuesday, January 22, 2019 @ 23:46:16
Author: anthraxx
Revision: 427059
upgpkg: radare2 3.2.1-2
Modified:
radare2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-22 23:38:20 UTC (rev 427058)
+++ PKGBUILD 2019-01-22 23:46:16 UTC (rev 427059)
@@ -3,12 +3,12 @@
pkgname=radare2
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
url='https://radare.org'
arch=('x86_64')
license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
sha256sums=('a4d0c1b3a3dfd810749578227940b8ea77e517d2c4d284c9687e49224a272796')
More information about the arch-commits
mailing list