toxcore: update to 0.2.10.
This commit is contained in:
parent
623a0a8b85
commit
8a4d3fef5e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'toxcore'
|
||||
pkgname=toxcore
|
||||
version=0.2.9
|
||||
revision=2
|
||||
version=0.2.10
|
||||
revision=1
|
||||
wrksrc="c-toxcore-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DBUILD_AV_TEST=OFF"
|
||||
|
@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://tox.chat"
|
||||
changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
|
||||
checksum=a8c962709447fb9b0cbb1a90ec1945a1b2d272b4d322356c48a4e3882b1267e7
|
||||
checksum=5ccc4ecd79b95c367efe8341b06bf2a81f853032e6fcd7cb2bc0ad0ef7419d40
|
||||
|
||||
post_install() {
|
||||
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
|
||||
|
@ -25,6 +25,7 @@ toxcore-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue