summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-10-26 20:56:18 +0200
committerIcelk2021-10-26 20:56:18 +0200
commitc8d4200b7ae8858ff4f767fc5b7a247757786d5c (patch)
tree70d9e99c66d783570a29f6c88f1446dace259f45
parent3c4dd42cc2748d3a08e1956af8bf94c309d0ff43 (diff)
downloadaur-c8d4200b7ae8858ff4f767fc5b7a247757786d5c.tar.gz
Added conflicting packages.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 479453c5174f..6862f3038eb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
pkgver = 1.61.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
@@ -21,6 +21,8 @@ pkgbase = vscodium-bin
optdepends = gvfs: For move to trash functionality
optdepends = libdbusmenu-glib: For KDE global menu
provides = codium
+ conflicts = vscodium
+ conflicts = vscodium-git
source = vscodium-bin.desktop
source = vscodium-bin-uri-handler.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
diff --git a/PKGBUILD b/PKGBUILD
index f966d66bc82b..86280fbeef6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
pkgver=1.61.2
-pkgrel=3
+pkgrel=4
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/VSCodium/vscodium"
@@ -22,6 +22,7 @@ optdepends=(
'libdbusmenu-glib: For KDE global menu'
)
provides=('codium')
+conflicts=('vscodium' 'vscodium-git')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b'
'f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898')