teamspeak3: update to 3.2.5.

This commit is contained in:
John 2019-05-14 10:58:31 +02:00
parent 1494a28d9a
commit 3af9149093
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -1,7 +1,7 @@
# Template file for 'teamspeak3'
pkgname=teamspeak3
version=3.2.3
revision=2
version=3.2.5
revision=1
archs="i686 x86_64"
wrksrc=teamspeak3
create_wrksrc=yes
@ -18,11 +18,11 @@ noverifyrdeps=yes
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_pkg="TeamSpeak3-Client-linux_amd64-${version}"
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=3fc60446a19cc0ae4c26506c28f4ab3dc4eb8db75f573496a8f6c71d712df085
checksum=fc29f1bc351a9e993a69c5134d3d7c48d3149f500f3b6d816a97a59b7c41f60c
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_pkg="TeamSpeak3-Client-linux_x86-${version}"
distfiles="http://dl.4players.de/ts/releases/${version}/${_pkg}.run"
checksum=97735cae8120b8fda49846ffe73010d9da7b82f2a2805387cd203a62f1c8a8c7
checksum=6b34e0dce039259c7ed0aec6b15b157379d4690ffcaa6938fde18840f883c6f3
else
broken="No known upstream client for this architecture"
fi
@ -38,7 +38,7 @@ do_install() {
# Set proper permissions
find -type d | xargs chmod 755
find -type f | xargs chmod 644
find -name *.so | xargs chmod 755
find -name '*.so' | xargs chmod 755
chmod +x ts3client*
vmkdir "usr/lib/teamspeak3"