Date: Wednesday, September 28, 2016 @ 18:48:39 Author: anthraxx Revision: 190734
upgpkg: radare2 0.10.6-1 Modified: radare2/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-28 18:37:26 UTC (rev 190733) +++ PKGBUILD 2016-09-28 18:48:39 UTC (rev 190734) @@ -2,20 +2,23 @@ # Contributor: Guillermo Ramos <0xwille at gmail dot com> pkgname=radare2 -pkgver=0.10.5 +pkgver=0.10.6 pkgrel=1 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' 'openssl' 'libzip') +depends=('sh' 'capstone' 'openssl' 'libzip' 'pkg-config') options=('!emptydirs') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz) -sha512sums=('b76f802b9f68eef3851f0dbc239141d3ecd9269870f8e7d963eec9d39038f4ab4bd37459af47792e73e23fb4206cdae0aa186decf6fcda99209d61d09b987098') +sha512sums=('74e8f20829a13c63293938c8fd6e46c7263c833f8d232217c5949543a040e918b6675d161df7302c5452096b990f520fe4c5d5b22a0e218e2e096297d333ebc3') build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl + ./configure --prefix=/usr \ + --with-syscapstone \ + --with-syszip \ + --with-openssl make }
