From c7a4dafeb1a569e8550633da2d8c6733894b23ce Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 12 Aug 2013 16:29:14 +0200 Subject: [PATCH] radare2-git: bump version. --- srcpkgs/radare2-git/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/radare2-git/template b/srcpkgs/radare2-git/template index a82f0b75959..ebb759012ee 100644 --- a/srcpkgs/radare2-git/template +++ b/srcpkgs/radare2-git/template @@ -1,7 +1,7 @@ # Template file for 'radare2-git' pkgname=radare2-git -version="$(date -u +%Y%m%d)" -revision=2 +version=20130812 +revision=1 build_style=gnu-configure short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)" maintainer="pancake " @@ -25,6 +25,7 @@ radare2-devel-git_package() { pkg_install() { vmove usr/include vmove "usr/lib/*.a" + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }