Package Details: input-redirection-client-qt-git 2.1.r8.g019cb9f-1

Git Clone URL: https://aur.archlinux.org/input-redirection-client-qt-git.git (read-only, click to copy)
Package Base: input-redirection-client-qt-git
Description: Input redirection client for the 3DS using QtGamepad
Upstream URL: https://github.com/TuxSH/InputRedirectionClient-Qt
Licenses: MIT
Conflicts: input-redirection-client-qt
Provides: input-redirection-client-qt
Submitter: DuBistKomisch
Maintainer: DuBistKomisch
Last Packager: DuBistKomisch
Votes: 1
Popularity: 0.000000
First Submitted: 2019-10-29 13:07 (UTC)
Last Updated: 2022-01-16 02:46 (UTC)

Latest Comments

DuBistKomisch commented on 2022-01-11 22:59 (UTC)

Sure, I should have a chance this weekend. Please don't abuse the flag out of date feature though[1], I already get emails about comments.

[1] https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date

kescherAUR commented on 2022-01-11 12:35 (UTC)

Please apply the following git diff, especially the part where the unauthenticated git protocol is replaced with https:

diff --git a/.SRCINFO b/.SRCINFO
index 3efc2c0..8ad34a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = input-redirection-client-qt-git
        pkgdesc = Input redirection client for the 3DS using QtGamepad
-       pkgver = 2.1.r6.g85439b9
+       pkgver = 2.1.r8.g019cb9f
        pkgrel = 1
        url = https://github.com/TuxSH/InputRedirectionClient-Qt
        arch = x86_64
@@ -10,10 +10,9 @@ pkgbase = input-redirection-client-qt-git
        depends = qt5-gamepad
        provides = input-redirection-client-qt
        conflicts = input-redirection-client-qt
-       source = git://github.com/TuxSH/InputRedirectionClient-Qt
+       source = git+https://github.com/TuxSH/InputRedirectionClient-Qt
        source = input-redirection-client-qt.desktop
-       md5sums = SKIP
-       md5sums = a2ca494c5c1b38ac77ee9f44d586c89a
+       sha512sums = SKIP
+       sha512sums = 66fa057c5c26ec6bee707a1990ff5a32c689354077a8bcf1067dd88a506de4b066472d8049fc00f4229c0b1d001f2f5764c1f37d5df0e33739cb650f06e958e6

 pkgname = input-redirection-client-qt-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7010c7d..871695c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jake Barnes <me@jakebarn.es>
 pkgname=input-redirection-client-qt-git
-pkgver=2.1.r6.g85439b9
+pkgver=2.1.r8.g019cb9f
 pkgrel=1
 pkgdesc="Input redirection client for the 3DS using QtGamepad"
 arch=('x86_64')
@@ -10,10 +10,10 @@ provides=('input-redirection-client-qt')
 conflicts=('input-redirection-client-qt')
 makedepends=('git')
 depends=('qt5-base' 'qt5-gamepad')
-source=("git://github.com/TuxSH/InputRedirectionClient-Qt"
+source=("git+https://github.com/TuxSH/InputRedirectionClient-Qt"
         "input-redirection-client-qt.desktop")
-md5sums=('SKIP'
-         'a2ca494c5c1b38ac77ee9f44d586c89a')
+sha512sums=('SKIP'
+            '66fa057c5c26ec6bee707a1990ff5a32c689354077a8bcf1067dd88a506de4b066472d8049fc00f4229c0b1d001f2f5764c1f37d5df0e33739cb650f06e958e6')

 pkgver() {
   cd "$srcdir/InputRedirectionClient-Qt"