Package Details: winetricks-git 20230212.r16.ga1d5f915-1

Git Clone URL: https://aur.archlinux.org/winetricks-git.git (read-only, click to copy)
Package Base: winetricks-git
Description: Script to install various redistributable runtime libraries in Wine.
Upstream URL: http://wiki.winehq.org/winetricks
Licenses: LGPL
Conflicts: bin32-winetricks, winetricks
Provides: winetricks
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 112
Popularity: 0.105876
First Submitted: 2015-03-03 18:34 (UTC)
Last Updated: 2023-03-27 20:24 (UTC)

Required by (67)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

MarsSeed commented on 2022-03-23 23:27 (UTC) (edited on 2022-03-23 23:28 (UTC) by MarsSeed)

But also it turns out it was not a good idea to delete the -test part of the version tag in PKGBUILD pkgver().

If I was the maintainer of this AUR package, I'd change git describe to ignore the git version tags that don't conform to the pattern of starting with eight digits.

I'd also keep suffixes, with the transformation 12345678-suffix -> 12345678suffix.

MarsSeed commented on 2022-03-23 23:16 (UTC)

Winetricks is getting stupider and stupider with its version tags XD

Culted commented on 2022-03-23 22:38 (UTC)

when trying to update winetricks-git (tried it with yay and manual) it shows me that an update is available but when the package creation is finished i cant update it because the version is the same

:: 1 Packages to upgrade.
1  aur/winetricks-git  202203xxing2.r0.g71b2fb44-1 -> 20211230.r0.gb458acf7-1

==> Finished making: winetricks-git 202203xxing2.r0.g71b2fb44-1 (Wed Mar 23 23:32:47 2022)
==> Cleaning up...
 -> Found git repo: github.com/Winetricks/winetricks.git
loading packages...
warning: winetricks-git-202203xxing2.r0.g71b2fb44-1 is up to date -- reinstalling

MarsSeed commented on 2021-12-30 16:51 (UTC)

Cannot build latest git master branch commit, because the latest tag is 20211230-test, which contains a hyphen character. That is not allowed in the pkgver string.

==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 20211230-test.r0.gb458acf7
 -> error making: winetricks-git

robertfoster commented on 2015-04-20 18:39 (UTC)

all my PKGBUILD are managed on github. Checkout https://github.com/M0Rf30/PKGBUILD for suggestions and forks

eschwartz commented on 2015-03-30 05:54 (UTC)

Is there any way of remotely getting a revision count? ;) The revision hash on its own is not very useful, and I like knowing versions to things... In fact, you can: http://stackoverflow.com/a/13619380 And the github repository has an actual tag, which means git describe, or this remote alternative, works. Updated PKGBUILD: http://pastebin.com/Cf3SqWRY

eschwartz commented on 2015-03-19 00:16 (UTC)

winetricks was moved to https://github.com/Winetricks/winetricks and the googlecode repo no longer works.

RealOrRandom commented on 2015-03-02 11:41 (UTC)

It could also be simpler to just download https://winetricks.googlecode.com/git/src/winetricks , without using version control.

RealOrRandom commented on 2015-03-02 11:39 (UTC)

They have migrated to git, see https://code.google.com/p/winetricks/source/checkout

zezadas commented on 2015-01-30 00:39 (UTC)

please, add wget as a dependenci too