From 75d347f0c076731a8bfd2b602fcb9ae218ca6e99 Mon Sep 17 00:00:00 2001 From: exalented <9328864+exalented@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:48:47 -0800 Subject: [PATCH 1/2] Fix PKGBUILD Rename package from gbe_fork_helper to gbe_manager. --- packaging/linux/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/arch/PKGBUILD b/packaging/linux/arch/PKGBUILD index aba4713..6d3a8f1 100644 --- a/packaging/linux/arch/PKGBUILD +++ b/packaging/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: staernid # WIP! -pkgname=gbe_fork_helper +pkgname=gbe_manager pkgver=0.1.4 pkgrel=1 pkgdesc="A utility tool designed to streamline the management of your gbe_fork (Goldberg Steam Emulator) installation." From 4a69e2b5a58e08e91beeb4583a7fff3743434612 Mon Sep 17 00:00:00 2001 From: exalented <9328864+exalented@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:50:53 -0800 Subject: [PATCH 2/2] Update URL in PKGBUILD for gbe_manager --- packaging/linux/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/arch/PKGBUILD b/packaging/linux/arch/PKGBUILD index 6d3a8f1..29ae399 100644 --- a/packaging/linux/arch/PKGBUILD +++ b/packaging/linux/arch/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.1.4 pkgrel=1 pkgdesc="A utility tool designed to streamline the management of your gbe_fork (Goldberg Steam Emulator) installation." arch=('x86_64') -url="https://github.com/staernid/gbe_fork_helper" +url="https://github.com/staernid/gbe_manager" license=('GPL3') depends=('p7zip') makedepends=('go')