mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 13:04:18 +01:00
[visual-studio-code-insiders-bin] Bump pkgver, add provides=vscode
This commit is contained in:
parent
26a9c69213
commit
d6897ccc2a
2 changed files with 8 additions and 6 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = visual-studio-code-insiders-bin
|
||||
pkgdesc = Editor for building and debugging modern web and cloud applications (insiders version)
|
||||
pkgver = 1649309953
|
||||
pkgver = 1657047632
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
|
|
@ -20,19 +20,20 @@ pkgbase = visual-studio-code-insiders-bin
|
|||
depends = lsof
|
||||
optdepends = glib2: Needed for move to trash functionality
|
||||
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||
provides = vscode
|
||||
source = visual-studio-code-insiders.desktop
|
||||
source = visual-studio-code-insiders-url-handler.desktop
|
||||
source = visual-studio-code-insiders-bin.sh
|
||||
sha256sums = c7fadaf4e9f848dbcd5505b98358858e0c572812477e55a1f8c7d4e4046aece4
|
||||
sha256sums = d06d9d057b507d1747a8ed8ae304beb5e20c7bf887c362c941d85b02c893069e
|
||||
sha256sums = 67d83f676135ca14806aab7292361a4a737f3076527860258176c886cdb3f0c1
|
||||
source_x86_64 = code_x64_1649309953.tar.gz::https://update.code.visualstudio.com/latest/linux-x64/insider
|
||||
source_x86_64 = code_x64_1657047632.tar.gz::https://update.code.visualstudio.com/latest/linux-x64/insider
|
||||
sha256sums_x86_64 = SKIP
|
||||
source_i686 = code_ia32_1649309953.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/insider
|
||||
source_i686 = code_ia32_1657047632.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/insider
|
||||
sha256sums_i686 = SKIP
|
||||
source_aarch64 = code_arm64_1649309953.tar.gz::https://update.code.visualstudio.com/latest/linux-arm64/insider
|
||||
source_aarch64 = code_arm64_1657047632.tar.gz::https://update.code.visualstudio.com/latest/linux-arm64/insider
|
||||
sha256sums_aarch64 = SKIP
|
||||
source_armv7h = code_armhf_1649309953.tar.gz::https://update.code.visualstudio.com/latest/linux-armhf/insider
|
||||
source_armv7h = code_armhf_1657047632.tar.gz::https://update.code.visualstudio.com/latest/linux-armhf/insider
|
||||
sha256sums_armv7h = SKIP
|
||||
|
||||
pkgname = visual-studio-code-insiders-bin
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=visual-studio-code-insiders-bin
|
||||
_pkgname=visual-studio-code-insiders
|
||||
pkgver=1649309953
|
||||
pkgver=1657047632
|
||||
pkgrel=1
|
||||
pkgdesc="Editor for building and debugging modern web and cloud applications (insiders version)"
|
||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
|
||||
|
|
@ -12,6 +12,7 @@ license=('custom: commercial')
|
|||
depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof)
|
||||
optdepends=('glib2: Needed for move to trash functionality'
|
||||
'libdbusmenu-glib: Needed for KDE global menu')
|
||||
provides=(vscode)
|
||||
|
||||
pkgver() {
|
||||
if [ "${CARCH}" = "x86_64" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue