summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhepark2020-12-05 08:37:33 +0800
committerSainnhepark2020-12-05 08:37:33 +0800
commit5fd1ae9d26bbf6d48fa22850c883394aa27cec91 (patch)
tree5700909ec591a072ce80a65c8cba0cddc4167dc0 /PKGBUILD
parent0de3a0e775de0c17ed9a85d4e5a6d227efef86dc (diff)
downloadaur-5fd1ae9d26bbf6d48fa22850c883394aa27cec91.tar.gz
path detection
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eb722b5737f..8fa9cd6ba334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=code-marketplace
pkgver=1.50.1
-pkgrel=1
+pkgrel=2
pkgdesc='Enable vscode marketplace in Code OSS'
arch=('any')
url='https://marketplace.visualstudio.com/vscode'
license=('unknown')
-depends=('code>=1.50.1')
+depends=('code')
install="${pkgname}.install"
source=('code-marketplace.hook'
'product_json.patch')
-md5sums=('8a5cbd751ee2762d40f1e43e9e6e69e0'
+md5sums=('42452c5db24228e26f80fbdffc61ab55'
'9e476c8aae4243010d6a1c18e56ac402')
package() {