From 30b1415eaabf41c53786f030edaac55dc189cb98 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 26 Jun 2018 09:53:36 -0300 Subject: [PATCH] toxcore: update to 0.2.3. --- srcpkgs/toxcore/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/toxcore/template b/srcpkgs/toxcore/template index 3128748e528..2f2bd66c379 100644 --- a/srcpkgs/toxcore/template +++ b/srcpkgs/toxcore/template @@ -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 " 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 } }