diff --git a/build-system/rebuild-pkginfo.rkt b/build-system/rebuild-pkginfo.rkt index a3faddd..3d7b353 100644 --- a/build-system/rebuild-pkginfo.rkt +++ b/build-system/rebuild-pkginfo.rkt @@ -10,22 +10,12 @@ (define package-options (hash - 'bsnes-plus-git - (hash 'url (mygit "bsnes-plus-git.git")) - - 'gmqcc-git - (hash 'url (mygit "gmqcc-git.git")) - - 'minecraft-server-fabric - (hash 'url (mygit "minecraft-server-fabric.git")) - - 'otf-linjapona - (hash 'url (mygit "otf-linjapona.git")) - - 'quakespasm - (hash 'url (mygit "quakespasm.git")) - - 'quakespasm-spiked-git - (hash 'url (mygit "quakespasm-spiked-git.git")))) + "alpine-git" (hash 'url (mygit "alpine-git.git")) + "bsnes-plus-git" (hash 'url (mygit "bsnes-plus-git.git")) + "gmqcc-git" (hash 'url (mygit "gmqcc-git.git")) + "minecraft-server-fabric" (hash 'url (mygit "minecraft-server-fabric.git")) + "otf-linjapona" (hash 'url (mygit "otf-linjapona.git")) + "quakespasm" (hash 'url (mygit "quakespasm.git")) + "quakespasm-spiked-git" (hash 'url (mygit "quakespasm-spiked-git.git")))) ;; EOF