utox: update to 0.17.2.

This commit is contained in:
avoidr 2020-04-13 02:48:51 +02:00 committed by Helmut Pozimski
parent 8819d25890
commit fe3bd43193
2 changed files with 4 additions and 15 deletions

View file

@ -1,11 +0,0 @@
--- src/av/audio.h
+++ src/av/audio.h
@@ -5,7 +5,7 @@
#include <stdint.h>
#include <stdbool.h>
-typedef struct ALCdevice_struct ALCdevice;
+typedef struct ALCdevice ALCdevice;
extern bool utox_audio_thread_init;

View file

@ -1,6 +1,6 @@
# Template file for 'utox'
pkgname=utox
version=0.17.1
version=0.17.2
revision=1
wrksrc=uTox
build_style=cmake
@ -10,11 +10,11 @@ makedepends="check-devel dbus-devel filter_audio-devel fontconfig-devel
libXrender-devel libopenal-devel libsodium-devel libvpx-devel opus-devel
toxcore-devel v4l-utils-devel"
short_desc="Lightweight Tox instant messenger client written in C"
maintainer="Spencer Hill <spencernh77@gmail.com>"
maintainer="avoidr <avoidr@firemail.cc>"
license="MIT"
homepage="http://utox.io/"
homepage="https://github.com/uTox/uTox/"
distfiles="https://github.com/uTox/uTox/releases/download/v${version}/uTox-${version}-full.tar.gz"
checksum=6a6d399827f31593f840274b08ed80039c99d5abf0bd6634faf22cc064930460
checksum=8437827b899e4e358adaf0641680c214f4b6dfb52af6534f261d747a905f08b6
nocross=yes
post_install() {