summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2020-12-05 12:32:28 -0500
committerbinex-dsk2020-12-05 12:32:28 -0500
commit363b3659957d30856cb47d9454a9e5d74a623511 (patch)
tree0fb172d99bb336ad2c0804cd9c7e21a7674f8414
parentd6f634fd1ff7d2671e87faf83fa79ba933174672 (diff)
downloadaur-363b3659957d30856cb47d9454a9e5d74a623511.tar.gz
changed depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a623b836088f..658fca939c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = vscodium-bin-marketplace
install = vscodium-bin-marketplace.install
arch = any
license = unknown
- depends = code>=1.50.1
+ depends = vscodium-bin
source = vscodium-bin-marketplace.hook
source = product.json.patch
md5sums = 3579c73f400410130ece9b778b0454cc
diff --git a/PKGBUILD b/PKGBUILD
index e84712d87062..458a8a46079f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Enable vscode marketplace in vscodium-bin'
arch=('any')
url='https://marketplace.visualstudio.com/vscode'
license=('unknown')
-depends=('code>=1.50.1')
+depends=('vscodium-bin')
install="${pkgname}.install"
source=('vscodium-bin-marketplace.hook'
'product.json.patch')