Search Criteria
Package Details: teamspeak 5.0.0beta48-1
Git Clone URL: | https://aur.archlinux.org/teamspeak.git (read-only, click to copy) |
---|---|
Package Base: | teamspeak |
Description: | Software for quality voice communication via the Internet |
Upstream URL: | http://www.teamspeak.com |
Keywords: | teamspeak5 |
Licenses: | |
Submitter: | Lumpiasty |
Maintainer: | Lumpiasty |
Last Packager: | Lumpiasty |
Votes: | 5 |
Popularity: | 1.07 |
First Submitted: | 2019-11-18 19:34 |
Last Updated: | 2021-04-06 20:51 |
Dependencies (3)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- libxss
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git, libpulse-nosystemd, pulseaudio-git) (optional)
Latest Comments
1 2 Next › Last »
zierf commented on 2021-03-25 14:07
That helps a lot. Took me some time to figure it out. Also didn't know about the JSON file before.
Thanks for clarification and the quick fix. Will be easier to spot and flag the package next time.
Lumpiasty commented on 2021-03-25 13:53
".patch" file contains full client. It's the file downloaded by builtin updater. Build number is just timestamp so guessing that "0-build.patch" means "update from 0 to build" You can get current version from http://update.teamspeak.com/linux/x64/latest/info.json . Authorization tokens are hardcoded to client, independent of account, already tested it.
I actually stopped using downloads from beta.teamspeak.com since they were outdated for about half a year.
Also, download problems usually mean outdated package since they remove old versions from server. Please use "Flag package out-of-date" in that case.
zierf commented on 2021-03-25 13:28
Looks like the download is broken again. Beside that, what is the point of the .patch file? Does it always contain the full teamspeak client?
Maybe it's be possible to use following download link (needs a TS-Account):
https://beta.teamspeak.com/downloads
There you can choose a client download for Linux/Mac/Windows and the direct download link is working without any credentials:
https://files.teamspeak-services.com/teamspeak/teamspeak-client.tar.gz
running ...
/usr/bin/curl -iv --raw --basic -u "teamspeak5:[AUTH_TOKEN]" -A teamspeak.downloader/1.0 http://update.teamspeak.com/linux/x64/latest/0-1615454854.patch
returns "HTTP/1.1 404 Not Found"
Lumpiasty commented on 2021-02-24 00:29
Outdated package. Can't resume download of file that doesn't exist on server anymore.
Fixed.
AlexWayfer commented on 2021-02-23 21:23
Lumpiasty commented on 2021-01-26 11:45
Fixed. The package was simply outdated. It looks like they remove older versions from server.
DLAGENT is there just to provide authorization headers (--basic -u <user:pass>) and user agent expected by their server (-A teamspeak.downloader/1.0). Otherwise they return 403. I also don't know where did these credentials came from, and honestly I don't care as long as it works, assume it's random. I just know it's account independent.
oUndercover commented on 2021-01-26 11:30
I saw your comment in the PKGBUILD, but my understanding of it is rather low. In fact trying to click on the
teamspeak-client-5.0.0beta37.tar.compressed
under Sources on the AUR gives a 403 but I can't understand the DLAGENTS line to try and figure out what's going wrong and if it's just me.I'm running Manjaro.
AlexWayfer commented on 2020-11-26 20:18
Lumpiasty commented on 2020-05-02 14:41
Sorry, I forgot about that. Fixed. Also I tested this package in bare bones Arch Linux VM and it turned out that teamspeak didn't start without 2 other dependencies. Added them too.
Gingerbread commented on 2020-05-02 08:05
First of all hanks for the package Lumpiasty!
There is currently a problem while installing/updating, could you please add p7zip as a make dependency? Couldn't update to the latest version because the 7z command was not found.