Package Details: grapejuice-git 7.20.12.r0.gca5e1b3-1

Git Clone URL: https://aur.archlinux.org/grapejuice-git.git (read-only, click to copy)
Package Base: grapejuice-git
Description: A Wine+Roblox management tool
Upstream URL: https://gitlab.com/brinkervii/grapejuice.git
Keywords: Roblox
Licenses: GPL3
Conflicts: grapejuice
Provides: grapejuice
Submitter: brinkervii
Maintainer: brinkervii
Last Packager: brinkervii
Votes: 23
Popularity: 0.034704
First Submitted: 2021-02-21 18:30 (UTC)
Last Updated: 2023-10-14 16:27 (UTC)

Latest Comments

khvalera commented on 2023-12-24 15:39 (UTC)

I can't install ROBLOX

brinkervii commented on 2023-02-19 20:26 (UTC)

I updated the pkgver() function to reflect the VCS guidelines. And yes it does need python-pip and python-setuptools to run. I forgot exactly why as its been almost 2 years since I created the PKGBUILD.

FabioLolix commented on 2023-02-19 19:41 (UTC) (edited on 2023-02-19 19:41 (UTC) by FabioLolix)

Hello, this -git pkgbuild don't have a proper pkgver()

Please use:

pkgver() {
  cd "$_pkgname"
  git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

Which give 7.8.3.r0.g605e381

https://wiki.archlinux.org/title/VCS_package_guidelines#Git


Btw, this really need python-pip to run?

brinkervii commented on 2022-11-04 09:24 (UTC)

@Davepeta I'm surprised no one brought that up before. I've updated the PKGBUILD so it no longer does that.

Davepeta commented on 2022-11-03 19:36 (UTC)

I think this package installs to the python standard library, it gets added to all virtual environments.

Example:

python -m venv testenv
source testenv/bin/activate
pip list

Package    Version
---------- -------
grapejuice 6.2.2
pip        22.2.2
setuptools 63.2.0