[arch-commits] Commit in teamspeak3/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 28 11:29:49 UTC 2018


    Date: Sunday, January 28, 2018 @ 11:29:47
  Author: svenstaro
Revision: 287612

upgpkg: teamspeak3 3.1.8-2

Fix FS#57207

Modified:
  teamspeak3/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-28 09:54:18 UTC (rev 287611)
+++ PKGBUILD	2018-01-28 11:29:47 UTC (rev 287612)
@@ -4,7 +4,7 @@
 
 pkgname=teamspeak3
 pkgver=3.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
 url="http://www.teamspeak.com"
 license=('custom')
@@ -40,5 +40,9 @@
   install -D -m644 "${srcdir}"/teamspeak3.png "${pkgdir}"/usr/share/pixmaps/teamspeak3.png
   install -D -m644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
   ln -s /opt/teamspeak3/ts3client_runscript.sh "${pkgdir}"/usr/bin/teamspeak3
+
+  # Fix a weird change that TS3 did which broke symlinks.
+  # Check: https://forum.teamspeak.com/threads/134617-Linux-client-not-starting-when-run-though-symlink-since-3-1-8?p=454315#post454315
+  sed -i "s|cd.*|cd /opt/teamspeak3|" "${pkgdir}"/opt/teamspeak3/ts3client_runscript.sh
 }
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list