summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2020-05-21 20:36:50 -0400
committerSlashbunny2020-05-21 20:36:50 -0400
commit414948a451c809d543269bc55600bd22c9defa0c (patch)
treec7eae8a731d56d22b89d02cbc3e2605b0ef2b070 /PKGBUILD
parent914d0be98b52ce866f38223a960081914f2d60db (diff)
downloadaur-teamspeak2.tar.gz
Update to support 64bit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1b44cdc795c..91323abc8330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=teamspeak2
pkgver=rc2_2032
-pkgrel=6
+pkgrel=7
pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
url="http://www.teamspeak.com/"
license=('custom')
-depends=('libxext' 'libjpeg6' 'libsm')
-arch=('i686')
+depends_x86_64=('lib32-libxext' 'lib32-libjpeg6-turbo' 'lib32-libsm')
+depends_i686=('libxext' 'libjpeg6' 'libsm')
+arch=('i686' 'x86_64')
source=('teamspeak2.desktop' \
'http://dl.4players.de/ts/archives/ts2/releases/ts2_client_rc2_2032.tar.bz2')
sha256sums=('05f333692bb79d6cfe490c008462c6ffb6058e018f39a9bddb0d40b988e2d69e'