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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jun 19 04:51:22 UTC 2019


    Date: Wednesday, June 19, 2019 @ 04:51:21
  Author: svenstaro
Revision: 482300

upgpkg: teamspeak3 3.3.0-1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 04:28:59 UTC (rev 482299)
+++ PKGBUILD	2019-06-19 04:51:21 UTC (rev 482300)
@@ -3,7 +3,7 @@
 # Contributor: J.W. Birdsong  <jwbirdsongATmailDOTcom>
 
 pkgname=teamspeak3
-pkgver=3.2.5
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
 url="http://www.teamspeak.com"
@@ -13,11 +13,11 @@
 source=('teamspeak3.desktop'
         'teamspeak3.png'
         'LICENSE'
-        "http://dl.4players.de/ts/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run")
+        "https://files.teamspeak-services.com/releases/client/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run")
 sha512sums=('04104f77d7a6cf669896d5bf76664409d18282b8a500d623e7d12d91be26b69ac935cb853cd34dcffb23182ffefb7ca69b14f35b763822e7f7c6102c1003c2d3'
             'af18ed36a3c8de90b60a7205ebf91a35d4b517f22f97d541c82debdb12697882469d9771fdf3fb8b081aeb74a01237f3afd4732daccf4b374dc6d39e7df5d444'
             'd6d03f1bda86c90390ce0032e4d30e889977f80ff76ba1e5c443109e93cbedbee92c6fc2759f58d23659c15dba4f2ac718861571239ba117dcfe11f136f556dc'
-            'fdfaa863d3523fffdf46ca0cf9c2b0588e8d847e348ade75c8f82818920f493460740a5192d4cc8d1eafe1e7a03af93b09ae6ddecaa0b166552ab5409508a445')
+            '477ced3deb4d4226817bf1f4ec0828123c027027160cdc62a6384583227c153168ec28025613380483229e2a8b3c30bf5b17337c3011e52f01317a9f0dbd4bbb')
 
 prepare() {
   mkdir archive && cd archive
@@ -26,9 +26,8 @@
   # Fix permissions
   find -type d | xargs chmod 755
   find -type f | xargs chmod 644
-  find -name '*.so' | xargs chmod 755
-  chmod +x ts3client*
-  chmod +x package_inst
+  find -name '*.so*' | xargs chmod 755
+  chmod +x ts3client* package_inst QtWebEngineProcess
 }
 
 package() {



More information about the arch-commits mailing list