Hi,
just a small comment; you forgot to reset pkg rel when updated to 0.64 so now it is 0.64-5.
Git Clone URL: | https://aur.archlinux.org/dxvk-bin.git (read-only, click to copy) |
---|---|
Package Base: | dxvk-bin |
Description: | A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files) |
Upstream URL: | https://github.com/doitsujin/dxvk |
Keywords: | dxvk |
Licenses: | zlib/libpng |
Conflicts: | d9vk, dxvk |
Provides: | d9vk, dxvk |
Submitter: | ssorgatem |
Maintainer: | ssorgatem (kekonn) |
Last Packager: | kekonn |
Votes: | 229 |
Popularity: | 1.26 |
First Submitted: | 2018-03-02 07:39 (UTC) |
Last Updated: | 2025-04-23 19:55 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »
Hi,
just a small comment; you forgot to reset pkg rel when updated to 0.64 so now it is 0.64-5.
Package updated. Maybe he could have released a 0.63.1 version instead of re-releasing 0.63.... with the same version number and same URL but different code.
sha2sum not correct in build script anymore vor 0.63-1
The URL for 0.63 is different because it should not be used:
Do not use
There is a critical regression which causes random crashes in some games after some time.
See: https://github.com/doitsujin/dxvk/releases/tag/v0.63 and https://github.com/doitsujin/dxvk/issues/507
Indeed, correct URL is https://github.com/doitsujin/dxvk/archive/v0.63.tar.gz
Wrong URL in PKGBUILD?
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/doitsujin/dxvk/releases/download/v0.63/dxvk-0.63.tar.gz
@ssorgatem thanks!
@beefsack that command is not good for generating the sum. Every time you run it it will have a different sha256sum.
You need to do it on the downloaded file.
If you do, you'll see it's the one I added yesterday to the PKGBUILD
The new sha256sum appears to be:
$ curl <https://github.com/doitsujin/dxvk/releases/download/v0.60/dxvk-0.60.tar.gz> | sha256sum
4b3c66d3b40086653504b5a06a54cc992063c1aa7886327de84927b944c196f6 -
Pinned Comments
ssorgatem commented on 2018-03-27 06:47 (UTC) (edited on 2019-02-26 12:20 (UTC) by ssorgatem)
To enable DXVK in a wineprefix, do the following (with the WINEPREFIX variable properly set):
setup_dxvk install
In order to uninstall DXVK from a wineprefix:
setup_dxvk uninstall