summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8ce498457f..30f1dfa6b709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = code-headmelted-bin
depends = libxkbfile
depends = libsecret
depends = gtk3
+ depends = libxss
+ depends = nss
optdepends = trash-cli: For moving items to trash
provides = code
provides = vscode-headmelted-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9b33d149810c..8d27c1afe3a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Community builds of Visual Studio Code, including for ARM devices"
arch=(i686 x86_64 armv7h aarch64)
url="https://code.headmelted.com"
license=('MIT')
-depends=(libnotify gnupg libxkbfile libsecret gtk3)
+depends=(libnotify gnupg libxkbfile libsecret gtk3 libxss nss)
optdepends=("trash-cli: For moving items to trash")
provides=(code vscode-headmelted-bin)
replaces=(vscode-headmelted-bin)