mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 19.1.2
This commit is contained in:
parent
a17ee53cb0
commit
e15f9bdd8d
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cloudcmd
|
||||
pkgdesc = Cloud Commander file manager for the web with console and editor.
|
||||
pkgver = 19.1.1
|
||||
pkgver = 19.1.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/coderaiser/cloudcmd
|
||||
changelog = changelog.md
|
||||
|
|
@ -13,12 +13,12 @@ pkgbase = cloudcmd
|
|||
depends = python
|
||||
provides = cloudcmd
|
||||
replaces = nodejs-cloudcmd
|
||||
noextract = cloudcmd-19.1.1.tgz
|
||||
noextract = cloudcmd-19.1.2.tgz
|
||||
options = !strip
|
||||
options = emptydirs
|
||||
options = staticlibs
|
||||
options = zipman
|
||||
source = cloudcmd-19.1.1.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.1.tgz
|
||||
b2sums = 844567139a6316ce779804fd5ce2d7637652b545bb0afb06632e6f9e46a23f3422123ece93c15703f0ecfd03c08dd92f6147ff4ac12eec5e0531054175c97984
|
||||
source = cloudcmd-19.1.2.tgz::https://registry.npmjs.org/cloudcmd/-/cloudcmd-19.1.2.tgz
|
||||
b2sums = 74aeef850a4c2a2a4b8164ffb5538ddd948e757617158c3ca8a93dc4aa97c874e1f0f9ade8bc2ccc57942d0643724f4fb575906c32017874b7a04dfd466ac8ce
|
||||
|
||||
pkgname = cloudcmd
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_npmname=cloudcmd
|
||||
_npmver=19.1.1
|
||||
_npmver=19.1.2
|
||||
|
||||
pkgname=${_npmname}
|
||||
pkgdesc="Cloud Commander file manager for the web with console and editor."
|
||||
|
|
@ -22,7 +22,7 @@ noextract=("${pkgname}-${pkgver}.tgz")
|
|||
changelog="changelog.md"
|
||||
|
||||
source=("${pkgname}-${pkgver}.tgz::https://registry.npmjs.org/${_npmname}/-/${_npmname}-${_npmver}.tgz")
|
||||
b2sums=('844567139a6316ce779804fd5ce2d7637652b545bb0afb06632e6f9e46a23f3422123ece93c15703f0ecfd03c08dd92f6147ff4ac12eec5e0531054175c97984')
|
||||
b2sums=('74aeef850a4c2a2a4b8164ffb5538ddd948e757617158c3ca8a93dc4aa97c874e1f0f9ade8bc2ccc57942d0643724f4fb575906c32017874b7a04dfd466ac8ce')
|
||||
|
||||
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue