summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b2052ab8d7..081d76c540d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = code-features-insiders
pkgdesc = Unblock some features in Code OSS, including features in VSCode Insiders
pkgver = 1.70.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsoft/vscode
install = code-features-insiders.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = code-features-insiders
depends = code
depends = sed
depends = org.freedesktop.secrets
+ optdepends = icu69: for MS-vsliveshare.vsliveshare extension to work
provides = code-features
conflicts = code-features
source = code-features-insiders.hook
diff --git a/PKGBUILD b/PKGBUILD
index a9d1096c8c35..cfd9192622ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=code-features-insiders
pkgver=1.70.0
-pkgrel=1
+pkgrel=2
pkgdesc='Unblock some features in Code OSS, including features in VSCode Insiders'
arch=('any')
url='https://github.com/microsoft/vscode'
license=('unknown')
depends=('code' 'sed' 'org.freedesktop.secrets')
-optdepends=()
+optdepends=('icu69: for MS-vsliveshare.vsliveshare extension to work')
provides=('code-features')
conflicts=('code-features')
install="${pkgname}.install"