From 6bb9a3cdc67f8d47086dc806118fbafe5aaae691 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sat, 23 Jan 2021 14:51:31 +0100 Subject: [PATCH] Chiaki: repo has moved --- metadata/com.metallic.chiaki.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/metadata/com.metallic.chiaki.yml b/metadata/com.metallic.chiaki.yml index 2ba068ee6d..676112f61a 100644 --- a/metadata/com.metallic.chiaki.yml +++ b/metadata/com.metallic.chiaki.yml @@ -5,9 +5,8 @@ Categories: License: GPL-3.0-or-later AuthorName: Florian Märkl AuthorEmail: chiaki@metallic.software -SourceCode: https://github.com/thestr4ng3r/chiaki -IssueTracker: https://github.com/thestr4ng3r/chiaki/issues -Changelog: https://github.com//thestr4ng3r/chiaki/releases +SourceCode: https://git.sr.ht/~thestr4ng3r/chiaki +Changelog: https://git.sr.ht/~thestr4ng3r/chiaki/refs AutoName: Chiaki Description: Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote @@ -16,7 +15,7 @@ Description: Chiaki is a Free and Open Source Software Client for PlayStation 4 initial registration and wakeup of the console, is supported. RepoType: git -Repo: https://github.com/thestr4ng3r/chiaki +Repo: https://git.sr.ht/~thestr4ng3r/chiaki Builds: - versionName: 1.2.1 @@ -45,7 +44,20 @@ Builds: prebuild: $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' ndk: r20b + - versionName: 2.1.0 + versionCode: 10 + commit: v2.1.0 + subdir: android/app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y protobuf-compiler python3-protobuf + gradle: + - yes + prebuild: $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' + ndk: r20b + AutoUpdateMode: None UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? -CurrentVersion: 1.3.0 -CurrentVersionCode: 7 +CurrentVersion: 2.1.0 +CurrentVersionCode: 10