Created
September 19, 2017 20:52
-
-
Save pschichtel/1f7c9367439d97acb7336131adf37f93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 2bc3ec968a2c5d287a23b331efa710a72a31f0e2 Mon Sep 17 00:00:00 2001 | |
From: Phillip Schichtel <[email protected]> | |
Date: Tue, 19 Sep 2017 22:51:53 +0200 | |
Subject: [PATCH] remove multilib dependencies | |
--- | |
PKGBUILD | 28 ++++++++++------------------ | |
1 file changed, 10 insertions(+), 18 deletions(-) | |
diff --git a/PKGBUILD b/PKGBUILD | |
index 1e0026d..94da4c8 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,8 +1,9 @@ | |
# Maintainer: Alex Taber <aft dot pokemon at gmail dot com> | |
+# Contributer: Phillip Schichtel <[email protected]> | |
pkgname=teamviewer | |
pkgver=12.0.76279 | |
-pkgrel=6 | |
+pkgrel=7 | |
pkgdesc='All-In-One Software for Remote Support and Online Meetings' | |
arch=('i686' 'x86_64') | |
url='http://www.teamviewer.com' | |
@@ -10,23 +11,14 @@ license=('custom') | |
options=('!strip') | |
provides=('teamviewer') | |
conflicts=('teamviewer-beta') | |
-depends_x86_64=( | |
- 'lib32-fontconfig' | |
- 'lib32-libpng12' | |
- 'lib32-libsm' | |
- 'lib32-libxinerama' | |
- 'lib32-libxrender' | |
- 'lib32-libjpeg6-turbo' | |
- 'lib32-libxtst' | |
- 'libxtst') | |
-depends_i686=( | |
- 'fontconfig' | |
- 'libpng12' | |
- 'libsm' | |
- 'libxinerama' | |
- 'libxrender' | |
- 'libjpeg6-turbo' | |
- 'libxtst') | |
+depends=( | |
+ 'fontconfig' | |
+ 'libpng12' | |
+ 'libsm' | |
+ 'libxinerama' | |
+ 'libxrender' | |
+ 'libjpeg6-turbo' | |
+ 'libxtst') | |
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") | |
-- | |
2.14.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment