Date: Wednesday, October 19, 2022 @ 16:50:25 Author: svenstaro Revision: 1332885
upgpkg: teamspeak3 3.5.6-3: Add libc++ dep (FS#76203) Modified: teamspeak3/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-19 16:40:46 UTC (rev 1332884) +++ PKGBUILD 2022-10-19 16:50:25 UTC (rev 1332885) @@ -1,14 +1,14 @@ -# Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Slash <demodevil5[at]yahoo[dot]com> # Contributor: J.W. Birdsong <jwbirdsongATmailDOTcom> pkgname=teamspeak3 pkgver=3.5.6 -pkgrel=2 +pkgrel=3 pkgdesc="TeamSpeak is software for quality voice communication via the Internet" url="http://www.teamspeak.com" license=('custom') -depends=('libxslt' 'libxss' 'nss') +depends=('libxslt' 'libxss' 'nss' 'libc++') optdepends=('libpulse') arch=('x86_64') source=('teamspeak3.desktop'
