From 2390986afe30667ec185bcaa65c70113981c0bf4 Mon Sep 17 00:00:00 2001 From: Sebastian 'Swift Geek' Grzywna Date: Sun, 22 Apr 2018 03:54:49 +0200 Subject: [PATCH] Fix brainfart of previous commit --- .SRCINFO | 6 +----- PKGBUILD | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b151d99..aee876c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sun Apr 22 01:49:05 UTC 2018 +# Sun Apr 22 01:54:08 UTC 2018 pkgbase = teamviewer pkgdesc = All-In-One Software for Remote Support and Online Meetings pkgver = 13.1.3026 @@ -20,10 +20,6 @@ pkgbase = teamviewer source_i686 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_i386.deb sha256sums_i686 = 46f1b697a113f304ff8e5792f9893319c0de6b802355e7e5fdf7dba6f4b415c8 source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_amd64.deb - depends_x86_64 = hicolor-icon-theme - depends_x86_64 = qt5-webkit - depends_x86_64 = qt5-x11extras - depends_x86_64 = qt5-quickcontrols depends_x86_64 = lib32-libxtst depends_x86_64 = lib32-libxinerama depends_x86_64 = lib32-libxrandr diff --git a/PKGBUILD b/PKGBUILD index a6dabd3..24818e7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,13 +16,9 @@ depends=( 'hicolor-icon-theme' 'qt5-webkit' 'qt5-x11extras' - 'qt5-quickcontrols' + 'qt5-quickcontrols' # Doesn't appear in namcap, won't display UI without it. ) depends_x86_64=( - 'hicolor-icon-theme' - 'qt5-webkit' - 'qt5-x11extras' - 'qt5-quickcontrols' # Doesn't appear in namcap, won't display UI without it. # libdepends: 'lib32-libxtst' 'lib32-libxinerama'