diff --git a/.SRCINFO b/.SRCINFO index c30ad4fea14fb..7e4940466edf9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index ae96436506d00..6cbc375d88a7c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"