toxcore: update to 0.2.3.

This commit is contained in:
maxice8 2018-06-26 09:53:36 -03:00
parent 888f94c78b
commit 30b1415eaa

View file

@ -1,6 +1,6 @@
# Template file for 'toxcore'
pkgname=toxcore
version=0.2.2
version=0.2.3
revision=1
wrksrc="c-toxcore-${version}"
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTARP=OFF
@ -12,8 +12,9 @@ short_desc="Encrypted peer-to-peer instant messenger protocol library"
maintainer="Spencer Hill <spencernh77@gmail.com>"
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=a3b25d8bd92b9526b47ba1f60a2893d2154a80bb7ae690f44b5a2dea41c76ea1
checksum=22c52f286c46d3f802edb6978bcf2a53f8301363e2b745784613427a33ba3a34
post_install() {
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
@ -24,7 +25,7 @@ toxcore-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}