Upgraded to v11.0.52520

nmfix
Alex Taber 2015-12-02 15:17:25 -05:00
parent 7815a8aa45
commit 72a92d5397
3 changed files with 15 additions and 7 deletions

View File

@ -1,13 +1,21 @@
pkgbase = teamviewer
pkgdesc = All-In-One Software for Remote Support and Online Meetings
pkgver = 10.0.46203
pkgver = 11.0.52520
pkgrel = 1
url = http://www.teamviewer.com
install = teamviewer.install
arch = i686
arch = x86_64
license = custom
depends = bash
depends = alsa-lib
depends = gcc-libs
depends = libxdamage
depends = libxtst
depends = zlib
depends = freetype2
depends = libxrandr
depends = libice
depends = libsm
options = !strip
pkgname = teamviewer

View File

@ -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

View File

@ -1,5 +1,5 @@
post_install() {
echo "The Teamviewer daemon must be running for Teamviewer 10 to work."
echo "The Teamviewer daemon must be running for Teamviewer 11 to work."
echo "Execute 'sudo systemctl enable teamviewerd' in a terminal."
}