keystone: update to 0.9.1.

This commit is contained in:
Michael Gehring 2016-08-11 23:29:15 +02:00
parent 8cca139b89
commit e6f51d5321

View file

@ -1,6 +1,6 @@
# Template file for 'keystone'
pkgname=keystone
version=0.9
version=0.9.1
revision=1
build_style=cmake
configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
@ -10,7 +10,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-2"
homepage="http://www.keystone-engine.org/"
distfiles="https://github.com/keystone-engine/keystone/archive/${version}.tar.gz"
checksum=94c58243dae1ec65a97d2ba02abb2323b4e5c82501eb7f8cfd85b460a0194157
checksum=e9d706cd0c19c49a6524b77db8158449b9c434b415fbf94a073968b68cf8a9f0
keystone-devel_package() {
short_desc+=" - development files"
@ -18,5 +18,6 @@ keystone-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}