From 0bb80f7184fb75176f3729065b7cd57fcba312d4 Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 12 Jul 2025 19:39:58 +0800 Subject: [PATCH] bump(depthcharge-tools): 0.6.3 (#5804) * bump(depthchar-tools): 0.6.3 Signed-off-by: madomado * v Signed-off-by: madomado --------- Signed-off-by: madomado --- anda/system/depthcharge-tools/depthcharge-tools.spec | 10 +++++----- anda/system/depthcharge-tools/update.rhai | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/depthcharge-tools/depthcharge-tools.spec b/anda/system/depthcharge-tools/depthcharge-tools.spec index 13d9fd7be5..77bc2946e1 100644 --- a/anda/system/depthcharge-tools/depthcharge-tools.spec +++ b/anda/system/depthcharge-tools/depthcharge-tools.spec @@ -1,10 +1,10 @@ Name: depthcharge-tools -Version: 0.6.2 -Release: 2%?dist +Version: 0.6.3 +Release: 1%?dist Summary: Tools to manage the Chrome OS bootloader License: GPL-2.0-or-later -URL: https://github.com/alpernebbi/depthcharge-tools -Source0: %url/archive/v%version/v%version.tar.gz +URL: https://gitlab.postmarketos.org/postmarketOS/depthcharge-tools +Source0: %url/-/archive/v%version/%name-v%version.tar.gz Requires: vboot-utils dtc gzip lz4 python3-setuptools uboot-tools vboot-utils xz BuildRequires: python3-setuptools python3-rpm-macros systemd-rpm-macros redhat-rpm-config python3-docutils BuildArch: noarch @@ -16,7 +16,7 @@ with depthcharge, the Chrome OS bootloader. %pkg_completion -Bz mkdepthcharge depthchargectl %prep -%autosetup +%autosetup -n %name-v%version %build python3 setup.py build diff --git a/anda/system/depthcharge-tools/update.rhai b/anda/system/depthcharge-tools/update.rhai index 9994806760..8f693f252d 100644 --- a/anda/system/depthcharge-tools/update.rhai +++ b/anda/system/depthcharge-tools/update.rhai @@ -1 +1 @@ -rpm.version(gh("alpernebbi/depthcharge-tools")); +rpm.version(gitlab_tag("gitlab.postmarketos.org", "685"));