Bump to 10.0.46203-1
This commit is contained in:
parent
b6ac7284bb
commit
7815a8aa45
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = teamviewer
|
pkgbase = teamviewer
|
||||||
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
||||||
pkgver = 10.0.41499
|
pkgver = 10.0.46203
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.teamviewer.com
|
url = http://www.teamviewer.com
|
||||||
install = teamviewer.install
|
install = teamviewer.install
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
# Contributor: Hilinus <itahilinus at hotmail dot it>
|
# Contributor: Hilinus <itahilinus at hotmail dot it>
|
||||||
|
|
||||||
pkgname=teamviewer
|
pkgname=teamviewer
|
||||||
pkgver=10.0.41499
|
pkgver=10.0.46203
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="All-In-One Software for Remote Support and Online Meetings"
|
pkgdesc="All-In-One Software for Remote Support and Online Meetings"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -16,11 +16,11 @@ install=${pkgname}.install
|
||||||
|
|
||||||
if [[ $CARCH == 'i686' ]]; then
|
if [[ $CARCH == 'i686' ]]; then
|
||||||
source=("teamviewer_linux-${pkgver}.deb::http://download.teamviewer.com/download/teamviewer_i386.deb")
|
source=("teamviewer_linux-${pkgver}.deb::http://download.teamviewer.com/download/teamviewer_i386.deb")
|
||||||
md5sums=('5aa2ce43cd9aea23ff3b64bfd498fcf3')
|
md5sums=('cdcb6776e6a8c099c19be0c3ca01c50d')
|
||||||
depends+=('alsa-lib' 'gcc-libs' 'libxdamage' 'libxtst' 'zlib' 'freetype2' 'libxrandr' 'libice' 'libsm')
|
depends+=('alsa-lib' 'gcc-libs' 'libxdamage' 'libxtst' 'zlib' 'freetype2' 'libxrandr' 'libice' 'libsm')
|
||||||
elif [[ $CARCH == 'x86_64' ]]; then
|
elif [[ $CARCH == 'x86_64' ]]; then
|
||||||
source=("teamviewer_linux_x64-${pkgver}.deb::http://download.teamviewer.com/download/teamviewer_amd64.deb")
|
source=("teamviewer_linux_x64-${pkgver}.deb::http://download.teamviewer.com/download/teamviewer_amd64.deb")
|
||||||
md5sums=('fdbc27543e0955e217097810a7983507')
|
md5sums=('eecc1000d86ddebfe30a2ac41fdb3fe2')
|
||||||
depends+=('lib32-gcc-libs' 'lib32-alsa-lib' 'lib32-libxtst' 'lib32-libxdamage' 'lib32-zlib' 'lib32-freetype2' 'lib32-libxrandr' 'lib32-libice' 'lib32-libsm' 'lib32-libxinerama')
|
depends+=('lib32-gcc-libs' 'lib32-alsa-lib' 'lib32-libxtst' 'lib32-libxdamage' 'lib32-zlib' 'lib32-freetype2' 'lib32-libxrandr' 'lib32-libice' 'lib32-libsm' 'lib32-libxinerama')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user