radare2-git: bump version.
This commit is contained in:
parent
e6c849d46b
commit
c7a4dafeb1
1 changed files with 3 additions and 2 deletions
|
@ -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 <pancake@nopcode.org>"
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue