Added warning message when attempting to upgrade from Teamviewer 10
This commit is contained in:
parent
a5eea139bb
commit
bb9dc39d46
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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 = 11.0.52520
|
pkgver = 11.0.52520
|
||||||
pkgrel = 1.4
|
pkgrel = 1.5
|
||||||
url = http://www.teamviewer.com
|
url = http://www.teamviewer.com
|
||||||
install = teamviewer.install
|
install = teamviewer.install
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=teamviewer
|
pkgname=teamviewer
|
||||||
pkgver=11.0.52520
|
pkgver=11.0.52520
|
||||||
pkgrel=1.4
|
pkgrel=1.5
|
||||||
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')
|
||||||
url='http://www.teamviewer.com'
|
url='http://www.teamviewer.com'
|
||||||
|
@ -29,11 +29,12 @@ sha256sums_x86_64=('d862fe3f26bf05e7b7f5fd5972873b5d859e40059c7f41783865594fc58d
|
||||||
sha256sums_i686=('66f2444b660b87f2fdc1d19949b94bbd840982d51c3405e4a53799cd6a6c6090')
|
sha256sums_i686=('66f2444b660b87f2fdc1d19949b94bbd840982d51c3405e4a53799cd6a6c6090')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
tar -xf data.tar.bz2
|
tar -xf data.tar.bz
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# Install
|
# Install
|
||||||
|
echo "If the install fails here, you need to uninstall Teamviewer 10"
|
||||||
cp -dr --no-preserve=ownership {etc,opt,usr,var} "${pkgdir}"/
|
cp -dr --no-preserve=ownership {etc,opt,usr,var} "${pkgdir}"/
|
||||||
|
|
||||||
# Additional files
|
# Additional files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user