From 343c23bb409243c764718e7f47a1284dc31b7880 Mon Sep 17 00:00:00 2001 From: Det Date: Thu, 6 Oct 2016 18:03:49 +0300 Subject: [PATCH] Don't provide yourself --- .SRCINFO | 1 - PKGBUILD | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 914e5d7..1c8ba13 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -27,7 +27,6 @@ pkgbase = google-chrome depends = xdg-utils optdepends = kdebase-kdialog: needed for file dialogs in KDE optdepends = ttf-liberation: fix fonts for some PDFs - provides = google-chrome provides = pepper-flash options = !emptydirs options = !strip diff --git a/PKGBUILD b/PKGBUILD index 0eddf79..5ba4b5d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,7 @@ depends=('alsa-lib' 'desktop-file-utils' 'flac' 'gconf' 'gnome-themes-standard' 'ttf-font' 'xdg-utils') optdepends=('kdebase-kdialog: needed for file dialogs in KDE' 'ttf-liberation: fix fonts for some PDFs') -provides=('google-chrome' 'pepper-flash') +provides=('pepper-flash') options=('!emptydirs' '!strip') install=$pkgname.install _channel=stable