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

Levente Polyak anthraxx at archlinux.org
Wed Mar 2 00:21:40 UTC 2016


    Date: Wednesday, March 2, 2016 @ 01:21:40
  Author: anthraxx
Revision: 164012

upgpkg: radare2 0.10.1-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-01 21:11:10 UTC (rev 164011)
+++ PKGBUILD	2016-03-02 00:21:40 UTC (rev 164012)
@@ -2,20 +2,20 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=0.9.9
+pkgver=0.10.1
 pkgrel=1
-pkgdesc="Open-source tools to disasm, debug, analyze and manipulate binary files"
-url="http://radare.org"
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
+url='http://radare.org'
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone')
+depends=('sh' 'capstone' 'openssl' 'libzip')
 options=('!emptydirs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('89844d44a2fb8170b245761ef9f235231338ed1f0a1ecfe18d38c779fe699dc8eee4fda5446f898d24af928aa6b3dc63bbae46890323fa77be262373108b5947')
+sha512sums=('c85e2ff849df5812939a7061aafd2693c14906421b71c9964fe75d5b37c764537a2008e990ca02ef720bc9d07bdc6486e12144204be0187da70b0b75097889c3')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-syscapstone
+  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
   make
 }
 



More information about the arch-commits mailing list