From 32642bb737df35b8e7837686b9824267ecfc97ef Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 2 Apr 2026 17:49:29 +0200 Subject: [PATCH] temp/plank-player: fix typo in the _repo_url This is currently making the nightly builder fail on this package. [ci:skip-vercheck] Part-of: --- temp/plank-player/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/plank-player/APKBUILD b/temp/plank-player/APKBUILD index ef9587ef5..749b117bd 100644 --- a/temp/plank-player/APKBUILD +++ b/temp/plank-player/APKBUILD @@ -27,7 +27,7 @@ case "$pkgver" in *.90*) _rel=unstable;; *) _rel=stable;; esac -_repo_url="https://invent.kde.org/plasma/plank-playe.git" +_repo_url="https://invent.kde.org/plasma/plank-player.git" source="https://invent.kde.org/plasma/plank-player/-/archive/$_commit/plank-player-$_commit.tar.gz" options="!check" # No tests