summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2020-10-29 00:07:23 +0200
committerBjörn Bidar2020-10-29 00:07:23 +0200
commit17a8b675aff9d1d4be3b58908af288bee55627d0 (patch)
tree555af79817746982e217e2f8e62198f4afafcf60
parentd712f97e5ca2c3d84542017a813cc34bc676e143 (diff)
downloadaur-17a8b675aff9d1d4be3b58908af288bee55627d0.tar.gz
Update to 3.5.3-2
- Adjust to new libquazip file name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daf521395794..24a09a2ed8ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 13 01:08:17 UTC 2020
+# Wed Oct 28 22:07:18 UTC 2020
pkgbase = teamspeak3-wbundled
pkgdesc = TeamSpeak is software for quality voice communication via the Internet
pkgver = 3.5.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.teamspeak.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 70ed42e88070..9344f0b246a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=teamspeak3
pkgname=$_pkgname-wbundled
pkgver=3.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
url="http://www.teamspeak.com"
license=('custom')
@@ -46,8 +46,8 @@ prepare() {
sqldrivers \
ts3client_runscript.sh
- # Fix libquazip.so name
- patchelf --replace-needed libquazip.so libquazip5.so ts3client_linux_amd64
+ # Fix libquazip1-qt5.so name
+ patchelf --replace-needed libquazip.so libquazip1-qt5.so ts3client_linux_amd64
# Fix permissions
find -type d | xargs chmod 755