Browse Source

Fixed typo in conflict array and changed wuotes style.

Seppia 7 years ago
parent
commit
a3742cbf32
2 changed files with 5 additions and 3 deletions
  1. 3 1
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 3 - 1
.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

+ 2 - 2
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