WineGUI 2.0 instal -- I'm so confused

Hey there, it’s me again! XD

I’m trying to update WineGUI. It’s not published in the aur anymore, so I have to do it manually, and I’m thoroughly confused. The Readme.md doesn’t have familiar install instructions, so would anyone be able to possibly get me headed in the right direction with this? Much appreciated, thank you so much! hugs! :slight_smile:

1 Like

I went ahead and converted the .deb package using debtap and following this tutorial: https://ostechnix.com/convert-deb-packages-arch-linux-packages/

Still I REALLY want to know how to do it without converting another package. The source code is there. Oh the burning desire to know what I don’t know lol! :laughing:

Umm, are you sure about that?

https://aur.archlinux.org/packages/winegui

I should have specified “ver 2.0” lol, 1.9.x is out of date

Look at the “Latest Comments” on the page and there are simple instructions for updating to the current version - change 2 things in the PKBUILD.

Yes I see those comments. I’ve Google’d where PKGBUILD files are kept, and I verified winegui has one.

All of the other coments list the pkgver and a sha256sums like:

pkgver=1.9.2
sha256sums=('9aacf396617d76561b869a80217d6eb2e41d4a8c9e59416338921e2ba503c840')

but the latest one seems to have a hash below that. Do I put in that second hash just like it’s listed in the comments? Like so? :

pkgver=1.13.0
sha256sums=('44d5721e2b939f54a8c597320a7acf1ffeadf20e89eeef1a32a01e9555f9d775')
2a4baca6f71a605c64856b891175f7811e985849d9ed7fafb5cfc251c1a8117d

And btw, 2.0 is the latest version:

That comment isn’t written very clearly, but if you look at the previous comment, you’ll see that what it’s telling you to do is change the sha256sum from the earlier version to the latest, which is the sum not listed in parenthesis (again, it’s not written very clearly).

So you’ll enter the line:

sha256sums=('2a4baca6f71a605c64856b891175f7811e985849d9ed7fafb5cfc251c1a8117d)`

  1. Download a copy of the PKGBUILD from the AUR and put it in a directory.
  2. cd into that directory
  3. Edit the PKGBUILD and change the version to the version you want to install
  4. Run updpkgsums
  5. Run makepkg -si
3 Likes

In the comments of the aur page, the latest comment is showing 2 hashes:

wingui

But again, does that even matter since the official home gitlab page of that app is showing that version 2 is the current one?

https://gitlab.melroy.org/melroy/winegui/-/releases

The updpkgsums command automatically updates that value.

Did you try following my instructions above?

1 Like

HAH! That worked slick as warm butter! Woohoo! Thank you! :slight_smile:

[nutzhell@nutzhell-DELL winegui]$ nano PKGBUILD 
[nutzhell@nutzhell-DELL winegui]$ updpkgsums
==> Retrieving sources...
  -> Downloading winegui-v2.0.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1900k  100 1900k    0     0   426k      0  0:00:04  0:00:04 --:--:--  426k
==> Generating checksums for source files...
[nutzhell@nutzhell-DELL winegui]$ makepkg -si
==> Making package: winegui 2.0.0-1 (Fri 26 May 2023 08:46:10 AM PDT)

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.