Upgraded to v11.0.52520
This commit is contained in:
parent
7815a8aa45
commit
72a92d5397
12
.SRCINFO
12
.SRCINFO
|
@ -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
|
||||
|
|
8
PKGBUILD
8
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
|
||||
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user