Package Details: oh-my-git-git 0.6.4.r24.gfbe95c3-1

Git Clone URL: https://aur.archlinux.org/oh-my-git-git.git (read-only, click to copy)
Package Base: oh-my-git-git
Description: An interactive Git learning game!
Upstream URL: https://ohmygit.org/
Keywords: game git learning
Licenses: custom
Submitter: dodecahedron
Maintainer: Felixoid
Last Packager: Felixoid
Votes: 4
Popularity: 0.38
First Submitted: 2021-10-13 20:08 (UTC)
Last Updated: 2024-09-11 06:24 (UTC)

Pinned Comments

Felixoid commented on 2024-09-11 06:14 (UTC)

This package neither provides nor conflicts with https://aur.archlinux.org/packages/oh-my-git. It's a completely different package

Latest Comments

« First ‹ Previous 1 2

radioxoma commented on 2023-07-24 10:08 (UTC) (edited on 2023-07-24 10:44 (UTC) by radioxoma)

Game uses godot 3. Here patch for godot3-bin:

diff --git a/PKGBUILD b/PKGBUILD
index 6a1d9c6..cb18d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc='An interactive Git learning game!'
 arch=(x86_64)
 url='https://ohmygit.org/'
 license=(custom)
-makedepends=(godot zip)
-godotver=$(godot --version | cut -d'.' -f1-3)
+makedepends=(godot3-bin zip)
+godotver=$(godot3-bin --version | cut -d'.' -f1-3)
 source=("${pkgname}::git+https://github.com/git-learning-game/oh-my-git.git"
         "https://downloads.tuxfamily.org/godotengine/${godotver}/Godot_v${godotver}-stable_export_templates.tpz"
         oh-my-git
@@ -33,6 +33,7 @@ build() {
   cp linux_x11_64* $HOME/.local/share/godot/templates/${godotver}.stable

   cd ../"${pkgname}"
+  sed -i "s/godot /godot3-bin /g" Makefile

   make linux
 }

Or, probably, binary package would be preferable.

GBember commented on 2021-12-26 02:26 (UTC) (edited on 2021-12-26 02:30 (UTC) by GBember)

Hey, the package is broken, it fails on the godot export template checksum, your package seems to be based on Godot 3.3.4, the latest version on the repo is 3.4.1