index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-07-04 18:29:02 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-07-04 18:29:02 +0200 |
commit | 678ca43df2cac8c447a80d8c6c8853e55ea0d855 (patch) | |
tree | 880551b9e225246611d5aebd95308a6cab01df70 | |
parent | 9205b63179448fbfa4d2cdcc70d3b74947c8a862 (diff) |
-rw-r--r-- | blacklist | 1 | ||||
-rw-r--r-- | community/teamspeak3/PKGBUILD | 6 |
@@ -60,6 +60,7 @@ pentium4 skia-sharp # does not provide a bin/gn for 32-bit Linux, see FS32#8 pentium4 skia-sharp58 # does not provide a bin/gn for 32-bit Linux, see FS32#8 pentium4 skia-sharp60 # does not provide a bin/gn for 32-bit Linux, see FS32#8 pentium4 tarantool # hand-crafted assembly code, see <a href="https://github.com/tarantool/tarantool/issues/3029">upstream</a> +i486 teamspeak3 # no need and most likely not running on i486 i486 teamspeak3-server # no need and most likely not running on i486 pentium4 vc # "Unsupported target architecture 'i686'. No support_???.cpp file exists for this architecture", complain upstream if you need it pentium4 wiredtiger # WiredTiger requires a 64-bit build diff --git a/community/teamspeak3/PKGBUILD b/community/teamspeak3/PKGBUILD index 850b3335..4ee2b44d 100644 --- a/community/teamspeak3/PKGBUILD +++ b/community/teamspeak3/PKGBUILD @@ -1,7 +1,7 @@ for ((i=0; i<${#source[@]}; i++)); do - if [ "${source[${i}]}" = "http://dl.4players.de/ts/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run" ]; then - source[${i}]="http://dl.4players.de/ts/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run" - sha512sums[${i}]='ad6ea2d5f8237585859c5deac11e0f0b6af6018b2a92fe0aab2a04cfdeab0bd57166bf4fec273d48fedd20819203cba2fd58c3a76b59ec3224e867fc10172808' + if [ "${source[${i}]}" = "https://files.teamspeak-services.com/releases/client/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run" ]; then + source[${i}]="https://files.teamspeak-services.com/releases/client/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run" + sha512sums[${i}]='b5696ed18fe31b3051c5346ceb1bb06ceb0abafb1f87767a696961836a02804cd92a1aabccd24959b37962162bdc2bcfbf5ccd0ebe44b1816b832f7b018c5588' fi done |