Fix conflicts&replaces
This commit is contained in:
5
.SRCINFO
5
.SRCINFO
@@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Dec 18 20:04:52 UTC 2017
|
# Mon Dec 18 20:06:52 UTC 2017
|
||||||
pkgbase = visual-studio-code-bin
|
pkgbase = visual-studio-code-bin
|
||||||
pkgdesc = Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)
|
pkgdesc = Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)
|
||||||
pkgver = 1.19.0
|
pkgver = 1.19.0
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -21,6 +21,7 @@ pkgbase = visual-studio-code-bin
|
|||||||
depends = gconf
|
depends = gconf
|
||||||
optdepends = gvfs: Needed for move to trash functionality
|
optdepends = gvfs: Needed for move to trash functionality
|
||||||
provides = vscode,visualstudiocode,visual-studio-code
|
provides = vscode,visualstudiocode,visual-studio-code
|
||||||
|
conflicts = visual-studio-code
|
||||||
replaces = visual-studio-code
|
replaces = visual-studio-code
|
||||||
source_x86_64 = code_x64_1.19.0.tar.gz::https://vscode-update.azurewebsites.net/1.19.0/linux-x64/stable
|
source_x86_64 = code_x64_1.19.0.tar.gz::https://vscode-update.azurewebsites.net/1.19.0/linux-x64/stable
|
||||||
source_x86_64 = visual-studio-code.desktop
|
source_x86_64 = visual-studio-code.desktop
|
||||||
|
|||||||
3
PKGBUILD
3
PKGBUILD
@@ -3,13 +3,14 @@
|
|||||||
pkgname=visual-studio-code-bin
|
pkgname=visual-studio-code-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.19.0
|
pkgver=1.19.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
|
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
license=('custom: commercial')
|
license=('custom: commercial')
|
||||||
provides=('vscode','visualstudiocode','visual-studio-code')
|
provides=('vscode','visualstudiocode','visual-studio-code')
|
||||||
replaces=('visual-studio-code')
|
replaces=('visual-studio-code')
|
||||||
|
conflicts=('visual-studio-code')
|
||||||
depends=(fontconfig libxtst gtk2 python cairo alsa-lib nss gcc-libs libnotify libxss gconf)
|
depends=(fontconfig libxtst gtk2 python cairo alsa-lib nss gcc-libs libnotify libxss gconf)
|
||||||
optdepends=('gvfs: Needed for move to trash functionality')
|
optdepends=('gvfs: Needed for move to trash functionality')
|
||||||
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
||||||
|
|||||||
Reference in New Issue
Block a user