Fix: Metadata

This commit is contained in:
Rafael Baboni Dominiquini 2025-09-02 22:16:50 -03:00
parent 9405316b08
commit ae5e3768f2
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,7 @@ pkgbase = cloudcmd
depends = nodejs
depends = python
provides = cloudcmd
conflicts = cloudcmd
replaces = nodejs-cloudcmd
noextract = cloudcmd-18.8.0.tgz
options = !strip
options = emptydirs

View file

@ -9,11 +9,10 @@ pkgdesc="Cloud Commander file manager for the web with console and editor."
arch=("x86_64")
url="https://github.com/coderaiser/cloudcmd"
license=("MIT")
replaces=("nodejs-${_npmname}")
depends=("glibc" "nodejs" "python")
makedepends=("npm" "jq")
provides=("$_npmname")
conflicts=("$_npmname")
options=(!strip emptydirs staticlibs zipman)
changelog="changelog.md"