From fe9b31d7827572eb8d2c11733030368bcd0b3fc1 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 2 Dec 2019 10:59:24 -0600 Subject: [PATCH] FAudio: update to 19.12 Signed-off-by: Nathan Owens --- srcpkgs/FAudio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/FAudio/template b/srcpkgs/FAudio/template index 83d0143ad83..0aabeddb07e 100644 --- a/srcpkgs/FAudio/template +++ b/srcpkgs/FAudio/template @@ -1,16 +1,16 @@ # Template file for 'FAudio' pkgname=FAudio -version=19.11 +version=19.12 revision=1 build_style=cmake configure_args="-DFFMPEG=ON" makedepends="SDL2-devel ffmpeg-devel" short_desc="Accuracy-focused XAudio reimplementation for open platforms" maintainer="Franc[e]sco " -license="custom:zlib" +license="Zlib" homepage="https://github.com/FNA-XNA/FAudio" distfiles="https://github.com/FNA-XNA/FAudio/archive/${version}.tar.gz" -checksum=1bdc6e4e1765634f9293e0667454bafd31d2fe2b761f0b34e20438dd28803e08 +checksum=35cc41e77aa0d48b08b42f1897442154b3f105d01f3aecd0690c37bc1b1bd4e0 # sdl2 cmake file appears to be broken for cross compilation CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/SDL2 "