Package Details: gamerworld 1.3.1-1

Git Clone URL: https://aur.archlinux.org/gamerworld.git (read-only, click to copy)
Package Base: gamerworld
Description: Play games all in one place
Upstream URL: https://gitlab.com/linuxbombay/gamerworld
Licenses: GPL
Submitter: gameslayer
Maintainer: gameslayer
Last Packager: gameslayer
Votes: 2
Popularity: 0.000000
First Submitted: 2024-06-16 12:19 (UTC)
Last Updated: 2024-06-16 12:19 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

gameslayer commented on 2024-06-02 05:22 (UTC)

Hey everyone if you are still using Gamer World I am shutting it down, it's been a good run but I lost interest in this project a couple years back and stopped working on it due to it going nowhere and developers not wanting to work with me or purposely doing stuff so you couldn't play it on Gamer World when it was free advertisement for them.

gameslayer commented on 2020-08-19 03:54 (UTC)

This package does use and follow with a a static version

gameslayer commented on 2019-12-20 05:01 (UTC)

@librewish Sorry about that, I will add that dependency right away! :)

librewish commented on 2019-12-20 04:08 (UTC) (edited on 2019-12-20 04:09 (UTC) by librewish)

Packaging app for platform linux x64 using electron v6.1.7
Command failed: unzip -o "/home/main-builder/.cache/electron/httpsgithub.comelectronelectronreleasesdownloadv6.1.7electron-v6.1.7-linux-x64.zip/electron-v6.1.7-linux-x64.zip" -d "/tmp/electron-packager/linux-x64-template"
/bin/sh: unzip: command not found

==> ERROR: A failure occurred in build().
    Aborting...

add unzip to makedepends

gameslayer commented on 2019-12-14 23:49 (UTC)

@yochananmarqos I've got it, thanks for the help!

yochananmarqos commented on 2019-12-14 15:04 (UTC) (edited on 2019-12-14 15:05 (UTC) by yochananmarqos)

Again, remove | head --bytes -3 from the end of the pkgver() array. That removes the last three characters from the "version: "1.1.5", in your package.json. When you were using 1.14-2, it removed the -2",. Now that you're using 1.1.5, it's removing the .5", making it 1.1.

When you run makepkg, the pkgver() array generates the pkgver. You shouldn't be changing it manually.

gameslayer commented on 2019-12-14 05:44 (UTC) (edited on 2019-12-14 06:02 (UTC) by gameslayer)

@yochananmarqos Sorry I am still new when it comes to making packages on the AUR, could you please explain with more details because I don't quite understand the instructions?

yochananmarqos commented on 2019-12-14 05:01 (UTC)

@gameslayer: Huh? Your package.json already shows 1.1.5 and here it's 1.1.5-1. Doing what I just said, it generates the proper pkgver here.

gameslayer commented on 2019-12-14 04:58 (UTC)

Sorry what do I need to do to fix this exactly? I want it to go from 1.1.4-3 to 1.1.5-1