[visual-studio-code-bin] Remove deprecated flag
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = visual-studio-code-bin
|
pkgbase = visual-studio-code-bin
|
||||||
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||||
pkgver = 1.89.0
|
pkgver = 1.89.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
install = visual-studio-code-bin.install
|
install = visual-studio-code-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -32,7 +32,7 @@ pkgbase = visual-studio-code-bin
|
|||||||
source = code-url-handler.desktop
|
source = code-url-handler.desktop
|
||||||
source = visual-studio-code-workspace.xml
|
source = visual-studio-code-workspace.xml
|
||||||
source = visual-studio-code-bin.sh
|
source = visual-studio-code-bin.sh
|
||||||
sha256sums = 10a5ee77a89fc934bcbd3e2a41a2ec4bd51d3cd048702f6d739ecec9eb3a7c4b
|
sha256sums = b8d55bc61c7c974087930168c2ff93e3ff28cf09e023d02db410d6e5723c361a
|
||||||
sha256sums = 2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc
|
sha256sums = 2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc
|
||||||
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
||||||
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
|
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -3,7 +3,7 @@
|
|||||||
pkgname=visual-studio-code-bin
|
pkgname=visual-studio-code-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.89.0
|
pkgver=1.89.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||||
arch=('x86_64' 'aarch64' 'armv7h')
|
arch=('x86_64' 'aarch64' 'armv7h')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
@@ -25,7 +25,7 @@ source_aarch64=(code_arm64_${pkgver}.tar.gz::https://update.code.visualstudio.co
|
|||||||
source_armv7h=(code_armhf_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-armhf/stable)
|
source_armv7h=(code_armhf_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-armhf/stable)
|
||||||
|
|
||||||
# This generates cleaner checksums
|
# This generates cleaner checksums
|
||||||
sha256sums=('10a5ee77a89fc934bcbd3e2a41a2ec4bd51d3cd048702f6d739ecec9eb3a7c4b'
|
sha256sums=('b8d55bc61c7c974087930168c2ff93e3ff28cf09e023d02db410d6e5723c361a'
|
||||||
'2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc'
|
'2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc'
|
||||||
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6'
|
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6'
|
||||||
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
|
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Name=Visual Studio Code
|
Name=Visual Studio Code
|
||||||
Comment=Code Editing. Refined.
|
Comment=Code Editing. Refined.
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
Exec=/usr/bin/code --unity-launch %F
|
Exec=/usr/bin/code %F
|
||||||
Icon=visual-studio-code
|
Icon=visual-studio-code
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|||||||
Reference in New Issue
Block a user