summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2022-08-24 10:12:03 +0800
committerSainnhe Park2022-08-24 10:12:03 +0800
commitb1e780f07ae7c9a2463026c98c73cb78e18ba615 (patch)
treea3a1d72e4567366aa5502432b96fcf5708b110b8 /PKGBUILD
parente2c9f12841794f02b0c7668a1c7a696d5c2c30df (diff)
downloadaur-b1e780f07ae7c9a2463026c98c73cb78e18ba615.tar.gz
Add icu69 as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"