Bump to 12.xx series
This commit is contained in:
		
							parent
							
								
									d1efd6b7ba
								
							
						
					
					
						commit
						ac80ba182c
					
				
							
								
								
									
										12
									
								
								.SRCINFO
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.SRCINFO
									
									
									
									
									
								
							|  | @ -1,8 +1,8 @@ | |||
| # Generated by mksrcinfo v8 | ||||
| # Sat Oct 15 12:30:44 UTC 2016 | ||||
| # Mon Dec  5 17:55:14 UTC 2016 | ||||
| pkgbase = teamviewer | ||||
| 	pkgdesc = All-In-One Software for Remote Support and Online Meetings | ||||
| 	pkgver = 11.0.67687 | ||||
| 	pkgver = 12.0.71510 | ||||
| 	pkgrel = 4 | ||||
| 	url = http://www.teamviewer.com | ||||
| 	install = teamviewer.install | ||||
|  | @ -12,7 +12,7 @@ pkgbase = teamviewer | |||
| 	provides = teamviewer | ||||
| 	conflicts = teamviewer-beta | ||||
| 	options = !strip | ||||
| 	source_i686 = https://download.teamviewer.com/download/version_11x/teamviewer_11.0.67687_i386.deb | ||||
| 	source_i686 = https://download.teamviewer.com/download/version_12x/teamviewer_12.0.71510_i386.deb | ||||
| 	depends_i686 = fontconfig | ||||
| 	depends_i686 = libpng12 | ||||
| 	depends_i686 = libsm | ||||
|  | @ -20,8 +20,8 @@ pkgbase = teamviewer | |||
| 	depends_i686 = libxrender | ||||
| 	depends_i686 = libjpeg6-turbo | ||||
| 	depends_i686 = libxtst | ||||
| 	md5sums_i686 = 312d6eea860a9314e19140a8a9378e1d | ||||
| 	source_x86_64 = https://download.teamviewer.com/download/version_11x/teamviewer_11.0.67687_amd64.deb | ||||
| 	sha512sums_i686 = edc1e5823939f20a9879bd29d952a728275f5f190ad434b95e71e886086b8aca407749d5671284cec9b20007aaa4b5907c84a83cc4921f9f715738cd33c704db | ||||
| 	source_x86_64 = https://download.teamviewer.com/download/version_12x/teamviewer_12.0.71510_amd64.deb | ||||
| 	depends_x86_64 = lib32-fontconfig | ||||
| 	depends_x86_64 = lib32-libpng12 | ||||
| 	depends_x86_64 = lib32-libsm | ||||
|  | @ -30,7 +30,7 @@ pkgbase = teamviewer | |||
| 	depends_x86_64 = lib32-libjpeg6-turbo | ||||
| 	depends_x86_64 = lib32-libxtst | ||||
| 	depends_x86_64 = libxtst | ||||
| 	md5sums_x86_64 = 2504895aa8e50da78d68235630402c51 | ||||
| 	sha512sums_x86_64 = 543826bce6e973cc7100d6107ff57a289222376f5df32b15d162fae9136cb82e3029bbe7f1da807b2148a834fc8e9a3013d2fb4e81a2c5beda5fc7bdb3c7ac16 | ||||
| 
 | ||||
| pkgname = teamviewer | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										10
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								PKGBUILD
									
									
									
									
									
								
							|  | @ -1,7 +1,7 @@ | |||
| # Maintainer: Alex Taber <aft dot pokemon at gmail dot com> | ||||
| 
 | ||||
| pkgname=teamviewer | ||||
| pkgver=11.0.67687 | ||||
| pkgver=12.0.71510 | ||||
| pkgrel=4 | ||||
| pkgdesc='All-In-One Software for Remote Support and Online Meetings' | ||||
| arch=('i686' 'x86_64') | ||||
|  | @ -30,17 +30,17 @@ depends_i686=( | |||
| install=teamviewer.install | ||||
| source_x86_64=("https://download.teamviewer.com/download/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb") | ||||
| source_i686=("https://download.teamviewer.com/download/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb") | ||||
| md5sums_i686=('312d6eea860a9314e19140a8a9378e1d') | ||||
| md5sums_x86_64=('2504895aa8e50da78d68235630402c51') | ||||
| sha512sums_i686=('edc1e5823939f20a9879bd29d952a728275f5f190ad434b95e71e886086b8aca407749d5671284cec9b20007aaa4b5907c84a83cc4921f9f715738cd33c704db') | ||||
| sha512sums_x86_64=('543826bce6e973cc7100d6107ff57a289222376f5df32b15d162fae9136cb82e3029bbe7f1da807b2148a834fc8e9a3013d2fb4e81a2c5beda5fc7bdb3c7ac16') | ||||
| 
 | ||||
| prepare() { | ||||
| 	echo "If the install fails, you need to uninstall Teamviewer 10" | ||||
| 	warning "If the install fails, you need to uninstall previous major version of Teamviewer" | ||||
| 	tar -xf data.tar.bz2 | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	# Install | ||||
| 	echo "If the install fails here, you need to uninstall Teamviewer 10" | ||||
| 	warning "If the install fails, you need to uninstall previous major version of Teamviewer" | ||||
| 	cp -dr --no-preserve=ownership {etc,opt,usr,var} "${pkgdir}"/ | ||||
| 
 | ||||
| 	# Additional files | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| post_install() { | ||||
|   echo "The Teamviewer daemon must be running for Teamviewer 11 to work." | ||||
|   echo "The Teamviewer daemon must be running for Teamviewer to work." | ||||
|   echo "Execute 'sudo systemctl enable teamviewerd' in a terminal." | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user