From 2a39f7a33b78b47e32ba69e5f3c2cf936d0afb6b Mon Sep 17 00:00:00 2001 From: zlice Date: Tue, 12 Mar 2024 13:06:32 -0400 Subject: [PATCH] discord: update to 0.0.45 --- etc/xbps.d/repos-remote.conf | 6 ++++++ srcpkgs/deadbeef/patches/musl_strdupa.patch | 4 ++-- srcpkgs/discord/template | 4 ++-- srcpkgs/oneVPL/template | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf index e171ed53c2d4ba..0b12d7a79b68e8 100644 --- a/etc/xbps.d/repos-remote.conf +++ b/etc/xbps.d/repos-remote.conf @@ -3,3 +3,9 @@ repository=https://repo-default.voidlinux.org/current/bootstrap repository=https://repo-default.voidlinux.org/current repository=https://repo-default.voidlinux.org/current/nonfree repository=https://repo-default.voidlinux.org/current/debug + +#repository=https://mirrors.servercentral.com/voidlinux/current +#repository=https://mirrors.servercentral.com/voidlinux/current/nonfree +#repository=https://mirrors.servercentral.com/voidlinux/current/multilib +#repository=https://mirrors.servercentral.com/voidlinux/current/multilib/nonfree +#repository=https://mirrors.servercentral.com/voidlinux/current/debug diff --git a/srcpkgs/deadbeef/patches/musl_strdupa.patch b/srcpkgs/deadbeef/patches/musl_strdupa.patch index e4bbbcbaadcd5f..ddb8b7d592502a 100644 --- a/srcpkgs/deadbeef/patches/musl_strdupa.patch +++ b/srcpkgs/deadbeef/patches/musl_strdupa.patch @@ -1,8 +1,8 @@ musl strdupa() fails to compile in c++ due to a missing cast use deadbeef's fallback version instead ---- a/strdupa.h -+++ b/strdupa.h +--- a/include/deadbeef/strdupa.h ++++ b/include/deadbeef/strdupa.h @@ -26,6 +26,10 @@ #include diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index daf7d221cb7379..94d0d933abff67 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -1,6 +1,6 @@ # Template file for 'discord' pkgname=discord -version=0.0.44 +version=0.0.45 revision=1 archs="x86_64" depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic @@ -10,7 +10,7 @@ maintainer="Ryan Conwell " license="custom:Proprietary" homepage="https://discord.com" distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz" -checksum=9b3a62af926cde90edb8e2b96caa1c77be29d0f7039cca4da71f0fa5c844e851 +checksum=7520dce44c9693f687e49146e9661f26a9dbd18dbf6f8e9871d341d99f70467d repository=nonfree restricted=yes nopie=yes diff --git a/srcpkgs/oneVPL/template b/srcpkgs/oneVPL/template index de6cd7adc9828f..04fe8d749be7d4 100644 --- a/srcpkgs/oneVPL/template +++ b/srcpkgs/oneVPL/template @@ -1,7 +1,7 @@ # Template file for 'oneVPL' pkgname=oneVPL -version=2023.3.1 -revision=2 +version=2023.4.0 +revision=1 build_style=cmake hostmakedepends="libva-devel libX11-devel" hostmakedepends="pkg-config"