From a3742cbf328428ab45d6d4c1511ca3975d72ca52 Mon Sep 17 00:00:00 2001 From: Seppia Date: Wed, 28 Feb 2018 12:52:01 +0100 Subject: Fixed typo in conflict array and changed wuotes style. --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c4b312f..32264ba 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -53,7 +53,9 @@ pkgbase = ungoogled-chromium optdepends = libva-mesa-driver: for hardware video acceleration with AMD/ATI GPUs optdepends = libva-vdpau-driver: for hardware video acceleration with NVIDIA GPUs provides = chromium - conflicts = chromium,inox,iridium + conflicts = chromium + conflicts = inox + conflicts = iridium source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-64.0.3282.186.tar.xz source = chromium-launcher-5.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v5.tar.gz source = chromium-64.0.3282.186.txt::https://chromium.googlesource.com/chromium/src.git/+/64.0.3282.186?format=TEXT diff --git a/PKGBUILD b/PKGBUILD index f2459ac..8b4a88d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,8 +22,8 @@ optdepends=('pepper-flash: support for Flash content' 'libva-intel-driver: for hardware video acceleration with Intel GPUs' 'libva-mesa-driver: for hardware video acceleration with AMD/ATI GPUs' 'libva-vdpau-driver: for hardware video acceleration with NVIDIA GPUs') -provides=("chromium") -conflicts=("chromium","inox","iridium") +provides=('chromium') +conflicts=('chromium' 'inox' 'iridium') source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src.git/+/$pkgver?format=TEXT -- cgit v1.2.3