code-marketplace: auto updated to 1.81.1-1

This commit is contained in:
Lilac 2023-08-13 14:01:09 +00:00
parent e634ef37ee
commit 5f4654cbc5
7 changed files with 1013 additions and 52 deletions

View file

@ -1,20 +1,23 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=code-marketplace
pkgver=1.78.0
pkgver=1.81.1
pkgrel=1
pkgdesc='Enable vscode marketplace in Code OSS'
arch=('any')
url='https://marketplace.visualstudio.com/vscode'
license=('unknown')
depends=('code' 'sed' 'grep')
depends=('code' 'python')
optdepends=('code-features: unblock some extensions specific to the official build')
install="${pkgname}.install"
source=('code-marketplace.hook'
'patch.sh')
md5sums=('2f5ebcc1795bb5eac95162059a9a496e'
'bdbc94a53d8cbdabac97054b0a2ad92b')
'patch.py'
'patch.json')
md5sums=('ce502275aa945985182b51420fc6037c'
'f11f7ccd925de0398ef2e28b127bb063'
'007961321f2c9f066b2c55a9cd3899cf')
package() {
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
install -Dm 755 "${srcdir}"/patch.sh "${pkgdir}"/usr/share/code-marketplace/patch.sh
install -Dm 755 "${srcdir}"/patch.py "${pkgdir}"/usr/share/code-marketplace/patch.py
install -Dm 644 "${srcdir}"/patch.json "${pkgdir}"/usr/share/code-marketplace/patch.json
}