mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix: Metadata
This commit is contained in:
parent
9405316b08
commit
ae5e3768f2
2 changed files with 2 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
3
PKGBUILD
3
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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue