summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Taber2015-12-02 15:17:25 -0500
committerAlex Taber2015-12-02 15:17:25 -0500
commit72a92d53975683697a514fcfe0111c42e1ac67aa (patch)
treeb707ecd153c03df80f49d49cdf8d94751fcf5a3c /PKGBUILD
parent7815a8aa457407210db4061a206eb2faa57e512f (diff)
downloadaur-72a92d53975683697a514fcfe0111c42e1ac67aa.tar.gz
Upgraded to v11.0.52520
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ad02332b825..0aaf29153b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,23 +4,23 @@
# Contributor: Hilinus <itahilinus at hotmail dot it>
pkgname=teamviewer
-pkgver=10.0.46203
+pkgver=11.0.52520
pkgrel=1
pkgdesc="All-In-One Software for Remote Support and Online Meetings"
arch=('i686' 'x86_64')
url="http://www.teamviewer.com"
license=('custom')
-depends=('bash')
+depends=('alsa-lib' 'gcc-libs' 'libxdamage' 'libxtst' 'zlib' 'freetype2' 'libxrandr' 'libice' 'libsm')
options=('!strip')
install=${pkgname}.install
if [[ $CARCH == 'i686' ]]; then
source=("teamviewer_linux-${pkgver}.deb::http://download.teamviewer.com/download/teamviewer_i386.deb")
- md5sums=('cdcb6776e6a8c099c19be0c3ca01c50d')
+ md5sums=('69520c11b4db8700617b5344cb8d4daa')
depends+=('alsa-lib' 'gcc-libs' 'libxdamage' 'libxtst' 'zlib' 'freetype2' 'libxrandr' 'libice' 'libsm')
elif [[ $CARCH == 'x86_64' ]]; then
source=("teamviewer_linux_x64-${pkgver}.deb::http://download.teamviewer.com/download/teamviewer_amd64.deb")
- md5sums=('eecc1000d86ddebfe30a2ac41fdb3fe2')
+ md5sums=('233d98a671d9ae6376c7265a3db2031f')
depends+=('lib32-gcc-libs' 'lib32-alsa-lib' 'lib32-libxtst' 'lib32-libxdamage' 'lib32-zlib' 'lib32-freetype2' 'lib32-libxrandr' 'lib32-libice' 'lib32-libsm' 'lib32-libxinerama')
fi