From 454745d96c3fb6cb47d738d53c41a074e3a3d395 Mon Sep 17 00:00:00 2001 From: Owen-sz Date: Sat, 27 Jun 2026 19:45:31 -0500 Subject: [PATCH] oop Signed-off-by: Owen-sz --- anda/games/melonDS/nightly/melonDS-nightly.spec | 12 +++++++++--- anda/games/melonDS/stable/melonDS.spec | 10 ++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/anda/games/melonDS/nightly/melonDS-nightly.spec b/anda/games/melonDS/nightly/melonDS-nightly.spec index 3d8df8be3a..972a86a89a 100644 --- a/anda/games/melonDS/nightly/melonDS-nightly.spec +++ b/anda/games/melonDS/nightly/melonDS-nightly.spec @@ -1,12 +1,18 @@ %define debug_package %{nil} -Name: melonds-nightly -Version: 1.1 +%global commit 10a173b5536fc75cd93f8a3868349dad963542ef +%global commit_date 20260607 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + +%global ver 1.1 + +Name: melonds +Version: %{ver}^%{commit_date}git.%{shortcommit} Release: 1%{?dist} Summary: DS emulator, sorta License: GPL-3.0-or-later URL: https://melonds.kuribo64.net/ -Source0: https://github.com/melonDS-emu/melonDS/archive/refs/tags/%{version}.tar.gz +Source0: https://github.com/melonDS-emu/melonDS/archive/%{commit}/melonDS-%{commit}.tar.gz Packager: Owen Zimmerman BuildRequires: cmake BuildRequires: extra-cmake-modules diff --git a/anda/games/melonDS/stable/melonDS.spec b/anda/games/melonDS/stable/melonDS.spec index 2d2e5d2b38..c40f9272c7 100644 --- a/anda/games/melonDS/stable/melonDS.spec +++ b/anda/games/melonDS/stable/melonDS.spec @@ -1,18 +1,12 @@ %define debug_package %{nil} -%global commit 10a173b5536fc75cd93f8a3868349dad963542ef -%global commit_date 20260607 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 1.1 - -Name: melonds -Version: %{ver}^%{commit_date}git.%{shortcommit} +Name: melonds-nightly +Version: 1.1 Release: 1%{?dist} Summary: DS emulator, sorta License: GPL-3.0-or-later URL: https://melonds.kuribo64.net/ -Source0: https://github.com/melonDS-emu/melonDS/archive/%commit/melonDS-%commit.tar.gz Packager: Owen Zimmerman BuildRequires: cmake BuildRequires: extra-cmake-modules