mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix: Changelog
This commit is contained in:
parent
2b8d2a37f0
commit
793c8b3292
2 changed files with 30 additions and 4 deletions
7
PKGBUILD
7
PKGBUILD
|
|
@ -8,18 +8,19 @@ pkgrel=1
|
|||
pkgdesc="Cloud Commander file manager for the web with console and editor."
|
||||
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")
|
||||
provides=("$_npmname")
|
||||
|
||||
options=(!strip emptydirs staticlibs zipman)
|
||||
changelog="changelog.md"
|
||||
|
||||
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"
|
||||
"https://raw.githubusercontent.com/coderaiser/cloudcmd/v${pkgver}/LICENSE")
|
||||
noextract=("${_npmname}-${pkgver}.tgz")
|
||||
|
||||
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz"
|
||||
"${_urlraw}/LICENSE")
|
||||
b2sums=('0c835f3a88134a8d07b4c9468060c8488ad9925a246df5cd7e489dfe8e585b4d5bd40a421b8f44af72c6c9a8a7b4c0e33b0bc1f014c7e7cb690d3881c65e445d'
|
||||
'f925bfc0d0ce5b6542af8c5ba101117da11d4b760c65e8907cc6bf8d5ab443c996090f3ffe207d79e97f6f762e657f49522d5a83e81ad5f41cbcae063e27fe04')
|
||||
|
||||
|
|
|
|||
27
changelog.md
27
changelog.md
|
|
@ -1,3 +1,29 @@
|
|||
2025.09.09, v18.8.4
|
||||
|
||||
feature:
|
||||
- 08d13c6d cloudcmd: aleman v1.4.9
|
||||
|
||||
2025.09.04, v18.8.3
|
||||
|
||||
feature:
|
||||
- b4792fc3 cloudcmd: aleman v1.4.0
|
||||
|
||||
2025.09.04, v18.8.2
|
||||
|
||||
feature:
|
||||
- a0b3285b cloudcmd: aleman v1.3.0
|
||||
|
||||
2025.09.04, v18.8.1
|
||||
|
||||
feature:
|
||||
- 15b71c14 cloudcmd: aleman v1.2.5
|
||||
- d252fe5f robots.txt: add
|
||||
|
||||
2025.09.02, v18.8.0
|
||||
|
||||
feature:
|
||||
- 08b5c6b2 client: menu: aleman: add
|
||||
|
||||
2025.08.30, v18.7.4
|
||||
|
||||
fix:
|
||||
|
|
@ -7378,4 +7404,3 @@ post-processing functions passed like this {'client.js': function(){}}
|
|||
|
||||
- Changed the passing MoreProcessing agrument to jsScripts function Minify module,
|
||||
no it passes with a file name, and js file name writing only once.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue