Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgpatch: code #3022

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions code/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
optdepends=('bash-completion: Bash completions'
'zsh-completions: ZSH completitons'
'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-gallium' 'desktop-file-utils')
+makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-gallium' 'desktop-file-utils' 'zip')
-makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-hydrogen' 'desktop-file-utils')
+makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-hydrogen' 'desktop-file-utils' 'zip')
provides=('vscode')
source=("$pkgname::git+$url.git#tag=$pkgver"
'code.js'
Expand All @@ -29,7 +29,7 @@
# Change electron binary name to the target electron
sed -e "s|name=electron|name=$_electron |" \
-e '/PKGBUILD/d' \
@@ -99,7 +105,30 @@ prepare() {
@@ -102,7 +108,30 @@ prepare() {

build() {
cd $pkgname
Expand Down