Package Details: mcpelauncher-msa-ui-qt-git 0.9.0.r0.ge335369-2

Git Clone URL: https://aur.archlinux.org/mcpelauncher-msa-ui-qt-git.git (read-only, click to copy)
Package Base: mcpelauncher-msa-ui-qt-git
Description: Microsoft Account authentication user interface (Qt) for the mcpelauncher-msa-daemon
Upstream URL: https://github.com/minecraft-linux/msa-manifest
Licenses: GPL3, MIT
Conflicts: mcpelauncher-msa-ui-qt
Provides: mcpelauncher-msa-ui, mcpelauncher-msa-ui-qt
Submitter: mrarm
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 4
Popularity: 0.003037
First Submitted: 2018-08-23 16:30 (UTC)
Last Updated: 2023-11-07 19:39 (UTC)

Latest Comments

maxrdz commented on 2023-06-14 00:26 (UTC)

Working perfectly, thanks for maintaining this package. :)

micwoj92 commented on 2023-01-01 07:14 (UTC)

Please remove v prefix from pkgver

HurricanePootis commented on 2022-12-12 21:57 (UTC)

Package has been fixed.

HurricanePootis commented on 2022-06-07 14:40 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 8e12b50..6e5cedc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Paul <paul@mrarm.io>
 pkgname=mcpelauncher-msa-ui-qt-git
-pkgver=v0.1.beta.1.r10.g323bb82
+pkgver=v0.1.beta.2.r10.ge830ebe
 pkgrel=1
 pkgdesc="Microsoft Account authentication user interface (Qt) for the mcpelauncher-msa-daemon"
 arch=('x86_64' 'i686')
@@ -11,16 +11,16 @@ depends=('qt5-base' 'qt5-webengine')
 provides=('mcpelauncher-msa-ui' 'mcpelauncher-msa-ui-qt')
 conflicts=('mcpelauncher-msa-ui-qt')
 source=(
-  'git://github.com/minecraft-linux/msa-manifest.git'
-  'git://github.com/minecraft-linux/logger.git'
-  'git://github.com/minecraft-linux/base64.git'
-  'git://github.com/minecraft-linux/file-util.git'
-  'git://github.com/minecraft-linux/arg-parser.git'
-  'git://github.com/minecraft-linux/rapidxml.git'
-  'git://github.com/MCMrARM/simple-ipc.git'
-  'git://github.com/minecraft-linux/daemon-utils.git'
-  'git://github.com/minecraft-linux/msa-daemon-client.git'
-  'git://github.com/minecraft-linux/msa-ui-qt.git'
+  'git+https://github.com/minecraft-linux/msa-manifest.git'
+  'git+https://github.com/minecraft-linux/logger.git'
+  'git+https://github.com/minecraft-linux/base64.git'
+  'git+https://github.com/minecraft-linux/file-util.git'
+  'git+https://github.com/minecraft-linux/arg-parser.git'
+  'git+https://github.com/minecraft-linux/rapidxml.git'
+  'git+https://github.com/MCMrARM/simple-ipc.git'
+  'git+https://github.com/minecraft-linux/daemon-utils.git'
+  'git+https://github.com/minecraft-linux/msa-daemon-client.git'
+  'git+https://github.com/minecraft-linux/msa-ui-qt.git'
   'nlohmann_json_license.txt::https://raw.githubusercontent.com/nlohmann/json/develop/LICENSE.MIT'
 )
 md5sums=(

QuimaxW commented on 2022-04-11 11:40 (UTC)

To build this, the git:// sources needs to be replaced with git+https:// then the sources will load properly for the package to build.