Comment
The change is a straightforward version bump in .SRCINFO for dxvk-bin, updating the upstream release URL and checksum to match dxvk 3.1.0. No new sources, scripts, install hooks, privilege-related files, or build logic are introduced by this diff. The package still points to the official GitHub release tarball over HTTPS and retains the existing setup script checksum. Based on the provided hunk alone, there are no security red flags.
@@ -1,19 +1,19 @@
pkgbase = dxvk-bin
pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
- pkgver = 3.0.2
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=3.0.2
+ provides = dxvk=3.1.0
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v3.0.2/dxvk-3.0.2.tar.gz
+ source = https://github.com/doitsujin/dxvk/releases/download/v3.1/dxvk-3.1.tar.gz
source = setup_dxvk.sh
- sha256sums = 9c538924110a7cdef871ca36dee218c0774124374ffdeb38af4b76be55bdf7c2
+ sha256sums = 30f9cc326874be344285582275446968cfa4c069db31ce56df312d6644179154
sha256sums = 2ca9ece1b6c36446e9f6955d3d03ab72b173c8f85539a2848febc51b38be705e
pkgname = dxvk-bin