radare2-git: bump version.

This commit is contained in:
Juan RP 2013-08-12 16:29:14 +02:00
parent e6c849d46b
commit c7a4dafeb1

View file

@ -1,7 +1,7 @@
# Template file for 'radare2-git' # Template file for 'radare2-git'
pkgname=radare2-git pkgname=radare2-git
version="$(date -u +%Y%m%d)" version=20130812
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)" short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)"
maintainer="pancake <pancake@nopcode.org>" maintainer="pancake <pancake@nopcode.org>"
@ -25,6 +25,7 @@ radare2-devel-git_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
} }
} }