Make armv7h use same version as x86
This commit is contained in:
parent
5bb79f93fb
commit
99563037cb
6
.SRCINFO
6
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Aug 11 16:02:09 UTC 2018
|
||||
# Sat Aug 11 16:08:34 UTC 2018
|
||||
pkgbase = teamviewer
|
||||
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
||||
pkgver = 13.2.13582
|
||||
|
@ -21,8 +21,8 @@ pkgbase = teamviewer
|
|||
sha256sums_i686 = 9b0b1a0bbf7e353436d4e216cf7ca34c65962333e2086e7e42c39d6499ec9d45
|
||||
source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.2.13582_amd64.deb
|
||||
sha256sums_x86_64 = 04a09b016c3df38b7d4583788820c092a249024f26287f952b9c1d059fecca3f
|
||||
source_armv7h = https://dl.tvcdn.de/download/linux/version_13x/teamviewer-host_13.1.1548_armhf.deb
|
||||
sha256sums_armv7h = d887c4faae3b85542e982dbb8add5271fdeb1da98c669b230d82dd56e04724bf
|
||||
source_armv7h = https://dl.tvcdn.de/download/linux/version_13x/teamviewer-host_13.2.13582_armhf.deb
|
||||
sha256sums_armv7h = ec506c2f1ee2e598286242d69dcff129816765f70fc5f46da9e59107f531b40c
|
||||
|
||||
pkgname = teamviewer
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -31,11 +31,11 @@ depends=(
|
|||
install=teamviewer.install
|
||||
source_x86_64=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
|
||||
source_i686=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb")
|
||||
#source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_armhf.deb")
|
||||
source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_13.1.1548_armhf.deb")
|
||||
source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_${pkgver}_armhf.deb")
|
||||
#source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_13.2.13582_armhf.deb")
|
||||
sha256sums_i686=('9b0b1a0bbf7e353436d4e216cf7ca34c65962333e2086e7e42c39d6499ec9d45')
|
||||
sha256sums_x86_64=('04a09b016c3df38b7d4583788820c092a249024f26287f952b9c1d059fecca3f')
|
||||
sha256sums_armv7h=('d887c4faae3b85542e982dbb8add5271fdeb1da98c669b230d82dd56e04724bf')
|
||||
sha256sums_armv7h=('ec506c2f1ee2e598286242d69dcff129816765f70fc5f46da9e59107f531b40c')
|
||||
|
||||
prepare() {
|
||||
warning "If the install fails, you need to uninstall previous major version of Teamviewer"
|
||||
|
|
Loading…
Reference in New Issue
Block a user