parent
c63ac1c963
commit
4a3f89c43e
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.50.1
|
version=1.51.1
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=9.3.1
|
_electronver=9.3.1
|
||||||
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
|
hostmakedepends="pkg-config python nodejs yarn tar git"
|
||||||
makedepends="libxkbfile-devel libsecret-devel electron9"
|
makedepends="libxkbfile-devel libsecret-devel electron9"
|
||||||
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
|
depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9"
|
||||||
short_desc="Microsoft Code for Linux"
|
short_desc="Microsoft Code for Linux"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||||
checksum=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
|
checksum=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Reference in New Issue