summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYakir Sitbon2015-08-19 16:33:57 +0300
committerYakir Sitbon2015-08-19 16:33:57 +0300
commit7815a8aa457407210db4061a206eb2faa57e512f (patch)
tree8b8e8e0bbbab14710fc1ca66fc62ea46d1032491
parentb6ac7284bbcff5320ad6a89bbcdf1342ec448511 (diff)
downloadaur-7815a8aa457407210db4061a206eb2faa57e512f.tar.gz
Bump to 10.0.46203-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f5dede71aba..0d98a5094e1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = teamviewer
pkgdesc = All-In-One Software for Remote Support and Online Meetings
- pkgver = 10.0.41499
+ pkgver = 10.0.46203
pkgrel = 1
url = http://www.teamviewer.com
install = teamviewer.install
diff --git a/PKGBUILD b/PKGBUILD
index ce15096d75ab..4ad02332b825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Hilinus <itahilinus at hotmail dot it>
pkgname=teamviewer
-pkgver=10.0.41499
+pkgver=10.0.46203
pkgrel=1
pkgdesc="All-In-One Software for Remote Support and Online Meetings"
arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@ install=${pkgname}.install
if [[ $CARCH == 'i686' ]]; then
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')
elif [[ $CARCH == 'x86_64' ]]; then
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')
fi