Require older *freetype2* for new release
This commit is contained in:
parent
502e460115
commit
27c56e3815
8
.SRCINFO
8
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Oct 21 17:45:03 UTC 2017
|
||||
# Sat Oct 21 18:37:12 UTC 2017
|
||||
pkgbase = teamviewer
|
||||
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
||||
pkgver = 12.0.85001
|
||||
|
@ -13,22 +13,24 @@ pkgbase = teamviewer
|
|||
conflicts = teamviewer-beta
|
||||
options = !strip
|
||||
source_i686 = https://download.teamviewer.com/download/version_12x/teamviewer_12.0.85001_i386.deb
|
||||
depends_i686 = fontconfig<2.8.1
|
||||
depends_i686 = fontconfig
|
||||
depends_i686 = libpng12
|
||||
depends_i686 = libsm
|
||||
depends_i686 = libxinerama
|
||||
depends_i686 = libxrender
|
||||
depends_i686 = libjpeg6-turbo
|
||||
depends_i686 = freetype2<2.8.1
|
||||
depends_i686 = libxtst
|
||||
sha256sums_i686 = 7a729557ef7618c41c8a94a6d668fa84422ecf9acf2b1889ea52c727849f7f07
|
||||
source_x86_64 = https://download.teamviewer.com/download/version_12x/teamviewer_12.0.85001_amd64.deb
|
||||
depends_x86_64 = lib32-fontconfig<2.8.1
|
||||
depends_x86_64 = lib32-fontconfig
|
||||
depends_x86_64 = lib32-libpng12
|
||||
depends_x86_64 = lib32-libsm
|
||||
depends_x86_64 = lib32-libxinerama
|
||||
depends_x86_64 = lib32-libxrender
|
||||
depends_x86_64 = lib32-libjpeg6-turbo
|
||||
depends_x86_64 = lib32-libxtst
|
||||
depends_x86_64 = lib32-freetype2<2.8.1
|
||||
depends_x86_64 = libxtst
|
||||
sha256sums_x86_64 = da586795ae999535a214162cd5f4b1c1175b64d99c4da08944957f8e725ad58a
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -11,21 +11,23 @@ options=('!strip')
|
|||
provides=('teamviewer')
|
||||
conflicts=('teamviewer-beta')
|
||||
depends_x86_64=(
|
||||
'lib32-fontconfig<2.8.1'
|
||||
'lib32-fontconfig'
|
||||
'lib32-libpng12'
|
||||
'lib32-libsm'
|
||||
'lib32-libxinerama'
|
||||
'lib32-libxrender'
|
||||
'lib32-libjpeg6-turbo'
|
||||
'lib32-libxtst'
|
||||
'lib32-freetype2<2.8.1'
|
||||
'libxtst')
|
||||
depends_i686=(
|
||||
'fontconfig<2.8.1'
|
||||
'fontconfig'
|
||||
'libpng12'
|
||||
'libsm'
|
||||
'libxinerama'
|
||||
'libxrender'
|
||||
'libjpeg6-turbo'
|
||||
'freetype2<2.8.1'
|
||||
'libxtst')
|
||||
install=teamviewer.install
|
||||
source_x86_64=("https://download.teamviewer.com/download/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
|
||||
|
|
Loading…
Reference in New Issue
Block a user