diff --git a/anda/apps/armcord/armcord.spec b/anda/apps/armcord/armcord.spec index e71c0e7805..a8055da9dc 100644 --- a/anda/apps/armcord/armcord.spec +++ b/anda/apps/armcord/armcord.spec @@ -8,8 +8,9 @@ Summary: Custom lightweight Discord client designed to enhance your experience URL: https://github.com/ArmCord/ArmCord Group: Applications/Internet Source1: launch.sh +Packager: madonuko Requires: electron xdg-utils -BuildRequires: nodejs-npm git add-determinism +BuildRequires: git-core add-determinism pnpm Conflicts: armcord-bin BuildArch: noarch @@ -37,8 +38,8 @@ EOF %build -npx pnpm@7 install --no-frozen-lockfile -npm run packageQuick +pnpm install --no-frozen-lockfile +pnpm run packageQuick %install @@ -50,13 +51,16 @@ install -Dm644 build/icon.png %buildroot/usr/share/pixmaps/armcord.png %files %doc README.md -%license LICENSE +%license license.txt /usr/bin/armcord /usr/share/applications/ArmCord.desktop /usr/share/pixmaps/armcord.png /usr/share/armcord/app.asar %changelog +* Mon Aug 26 2024 madonuko - 3.3.0-1 +- Update to license.txt + * Sat Jun 17 2023 windowsboy111 - 3.2.0-2 - Remove libnotify dependency. - Fix desktop entry. @@ -64,4 +68,3 @@ install -Dm644 build/icon.png %buildroot/usr/share/pixmaps/armcord.png * Sat May 6 2023 windowsboy111 - 3.1.7-1 - Initial package -