This commit is contained in:
Rafael Baboni Dominiquini 2025-12-12 01:32:39 -03:00
parent 481af509f4
commit 0c0e3eaacc
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = cloudcmd
pkgdesc = Cloud Commander file manager for the web with console and editor.
pkgver = 19.0.16
pkgrel = 1
pkgrel = 2
url = https://github.com/coderaiser/cloudcmd
changelog = changelog.md
arch = x86_64

View file

@ -5,12 +5,13 @@ _npmver=19.0.16
pkgname=${_npmname}
pkgdesc="Cloud Commander file manager for the web with console and editor."
pkgver=$_npmver
pkgrel=1
pkgver=${_npmver}
pkgrel=2
arch=("x86_64")
url="https://github.com/coderaiser/cloudcmd"
_urlraw="https://raw.githubusercontent.com/coderaiser/cloudcmd/v${pkgver}"
license=("MIT")
replaces=("nodejs-${_npmname}")
depends=("glibc" "nodejs" "python")
makedepends=("npm" "jq")