From 793c8b3292b00fd02a5d1fb209725d28ac0b0932 Mon Sep 17 00:00:00 2001 From: Rafael Baboni Dominiquini Date: Tue, 9 Sep 2025 20:41:38 -0300 Subject: [PATCH] Fix: Changelog --- PKGBUILD | 7 ++++--- changelog.md | 27 ++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 260356df733f3..4b3883a5236fe 100644 --- a/PKGBUILD +++ b/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') diff --git a/changelog.md b/changelog.md index ab3d029ccca26..8b41875d8fcc1 100644 --- a/changelog.md +++ b/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. -