summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Roijakkers2021-06-14 13:10:59 +0200
committerCedric Roijakkers2021-06-14 13:10:59 +0200
commitb1a49fa8eb880c5cf9d5c5baa9cce4eed6b870ed (patch)
tree59ef5878a3b0bf5a1a7c493297177569868f9166
parent09fae14411f989dffaf1289ced8e26f43bfc55a2 (diff)
downloadaur-b1a49fa8eb880c5cf9d5c5baa9cce4eed6b870ed.tar.gz
Matched provides and conflicts with the other codium packages.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b8e5d2905f..d714225e310d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vscodium
pkgdesc = Free/Libre Open Source Software Binaries of VSCode (git build from latest release).
pkgver = 1.57.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/VSCodium/vscodium.git
arch = x86_64
arch = aarch64
@@ -32,13 +32,7 @@ pkgbase = vscodium
depends = libxkbfile
optdepends = gvfs: For move to trash functionality
optdepends = libdbusmenu-glib: For KDE global menu
- provides = code
- conflicts = code
- conflicts = visual-studio-code-bin
- conflicts = code-git
- conflicts = visual-studio-code-insiders
- conflicts = code-stable-git
- conflicts = vscode
+ provides = codium
conflicts = vscodium-git
conflicts = vscodium-bin
source = git+https://github.com/VSCodium/vscodium.git#tag=1.57.0
diff --git a/PKGBUILD b/PKGBUILD
index 670edde200fe..e276cdc7f0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=vscodium
# Make sure the pkgver matches the git tags in vscodium and vscode git repo's!
pkgver=1.57.0
-pkgrel=1
+pkgrel=2
pkgdesc="Free/Libre Open Source Software Binaries of VSCode (git build from latest release)."
arch=('x86_64' 'aarch64' 'armv7h')
# The vscodium repo that will be checked out.
@@ -58,14 +58,8 @@ sha256sums=(
'SKIP'
'63eccd0977b9dc783a11ff401940f48bbabd0d098b9563b7ef26402495dc9b88'
)
-provides=('code')
+provides=('codium')
conflicts=(
- 'code'
- 'visual-studio-code-bin'
- 'code-git'
- 'visual-studio-code-insiders'
- 'code-stable-git'
- 'vscode'
'vscodium-git'
'vscodium-bin'
)