summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2022-04-01 12:08:14 +0800
committerSainnhe Park2022-04-01 12:08:14 +0800
commit521fe2644a67e71996e7455315637736d69db461 (patch)
tree3ae9d1a810e0e8793000b640c55f4885be543178 /PKGBUILD
parent40cbff564afeac8973e7eaa4cadd36025dc41ab6 (diff)
downloadaur-521fe2644a67e71996e7455315637736d69db461.tar.gz
Don't handle `linkProtectionTrustedDomains`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07ae0926f78c..8a7c8be9ccdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=code-features-insiders
pkgver=1.66.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'
@@ -14,7 +14,7 @@ install="${pkgname}.install"
source=("${pkgname}.hook"
'patch.sh')
md5sums=('6ff3e599956e45e9d1a78ac3c88c0454'
- '5169a01cfc21e901d2729906053ede34')
+ '3e73100e3528e45cf88ca2272eed4284')
package() {
install -Dm 644 "${srcdir}/${pkgname}.hook" "${pkgdir}/usr/share/libalpm/hooks/${pkgname}.hook"