I don't really know or understand from where this problem could come from, so I'm not able to emit a correction to the script. I'm not sure if it affects only this package
Search Criteria
Package Details: vscodium-bin-marketplace 1.76.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vscodium-bin-marketplace.git (read-only, click to copy) |
---|---|
Package Base: | vscodium-bin-marketplace |
Description: | Enable vscode marketplace in vscodium-bin |
Upstream URL: | https://marketplace.visualstudio.com/vscode |
Licenses: | unknown |
Submitter: | sperg512 |
Maintainer: | Icelk |
Last Packager: | Icelk |
Votes: | 29 |
Popularity: | 2.61 |
First Submitted: | 2020-12-04 13:48 (UTC) |
Last Updated: | 2023-03-18 21:20 (UTC) |
Dependencies (2)
Required by (0)
Sources (2)
bkb commented on 2023-01-18 13:21 (UTC)
Icelk commented on 2023-01-18 06:57 (UTC)
@bkb If you are able to provide a diff to get this package working again, fixing this would be much faster. Otherwise, I'll look into it within a few days. I guess this only affects this package and not when one just installs vscodium-bin?
Icelk commented on 2022-08-02 09:36 (UTC) (edited on 2023-02-13 15:26 (UTC) by Icelk)
This package should not be marked as out of date unless it stops working. If that's the case, proving a diff to get it working is hugely appreciated. See the latest comments for potential solutions and conversation regarding the issue.
Icelk commented on 2022-05-03 17:06 (UTC)
@70m4c Thanks!
commented on 2022-05-02 21:01 (UTC)
The packages vscodium-bin
and sed
are run-time dependencies and not necessary for building. You should consider moving the entire line depends=('vscodium-bin' 'sed')
into package()
like this:
package() {
depends=('vscodium-bin' 'sed')
. . .
}
That would make it possible to build this package without vscodium-bin
or sed
installed, which is helpful in some situations. Please see the first two sentences in this section of the Arch Wiki: https://wiki.archlinux.org/title/PKGBUILD#depends
Icelk commented on 2022-04-22 10:43 (UTC)
@silvan_rehm I just tried to reproduce, and got no error when installing fresh.
Icelk commented on 2022-04-22 05:36 (UTC)
@silvan_rehm, your issue seems weird. Since we only replace lines with content, and don’t change parentheses, the original package.json sort of has to be bad. I’ll investigate more later.
Icelk commented on 2022-04-22 03:34 (UTC)
Thanks!
sperg512 commented on 2022-04-21 23:59 (UTC)
Yeah I'm generally not available anymore. At FRC worlds rn, and switched to Gentoo. You're a co maintainer, I'll disown now.
Pinned Comments
Icelk commented on 2022-08-02 09:36 (UTC) (edited on 2023-02-13 15:26 (UTC) by Icelk)
This package should not be marked as out of date unless it stops working. If that's the case, proving a diff to get it working is hugely appreciated. See the latest comments for potential solutions and conversation regarding the issue.