Search Criteria
Package Details: gamerworld-git 1.2.0-6
Git Clone URL: | https://aur.archlinux.org/gamerworld-git.git (read-only, click to copy) |
---|---|
Package Base: | gamerworld-git |
Description: | Play games all in one place |
Upstream URL: | https://gitlab.com/gamerworld/application |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | gameslayer |
Maintainer: | gameslayer |
Last Packager: | gameslayer |
Votes: | 2 |
Popularity: | 0.34 |
First Submitted: | 2021-01-09 12:49 |
Last Updated: | 2021-02-05 03:07 |
Dependencies (6)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- libxss
- nss (nss-hg)
- git (git-git) (make)
- npm (npm4, nodejs6-bin) (make)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
1 2 Next › Last »
gameslayer commented on 2020-08-19 03:54
This package does use and follow with a a static version
gameslayer commented on 2019-12-20 05:01
@librewish Sorry about that, I will add that dependency right away! :)
librewish commented on 2019-12-20 04:08
add unzip to makedepends
gameslayer commented on 2019-12-14 23:49
@yochananmarqos I've got it, thanks for the help!
yochananmarqos commented on 2019-12-14 15:04
Again, remove
| head --bytes -3
from the end of thepkgver()
array. That removes the last three characters from the"version: "1.1.5",
in yourpackage.json
. When you were using1.14-2
, it removed the-2",
. Now that you're using1.1.5
, it's removing the.5",
making it1.1
.When you run
makepkg
, thepkgver()
array generates thepkgver
. You shouldn't be changing it manually.gameslayer commented on 2019-12-14 05:44
@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
@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 properpkgver
here.gameslayer commented on 2019-12-14 04:58
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
yochananmarqos commented on 2019-12-14 04:55
@gameslayer: Look at my last comment again. As you're not using the
-1
in your version number anymore, you no longer need the last| head --bytes -3
bit.gameslayer commented on 2019-12-14 04:52
The issue I see happening is when it builds it also removed the last digits of the version on the makepkg file so it says "1.1" instead of "1.1.5"