mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Refactor
This commit is contained in:
parent
75524a0e98
commit
596d5c94d2
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_npmname=cloudcmd
|
||||
_npmver=19.0.13
|
||||
|
||||
pkgname=$_npmname
|
||||
pkgname=${_npmname}
|
||||
pkgdesc="Cloud Commander file manager for the web with console and editor."
|
||||
pkgver=$_npmver
|
||||
pkgrel=1
|
||||
|
|
@ -14,7 +14,7 @@ license=("MIT")
|
|||
replaces=("nodejs-${_npmname}")
|
||||
depends=("glibc" "nodejs" "python")
|
||||
makedepends=("npm" "jq")
|
||||
provides=("$_npmname")
|
||||
provides=("${_npmname}")
|
||||
|
||||
options=(!strip emptydirs staticlibs zipman)
|
||||
noextract=("${pkgname}-${pkgver}.tgz")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue