summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2023-09-08 09:25:39 +0200
committerAdrià Cereto-Massagué2023-09-08 09:25:39 +0200
commita8abc61d0b5864b29e65383b556317154781a4f6 (patch)
treed989f4a19102349d236a0f08ba98161c2f2e6ba6
parenta855f4c22163bc2c9f79aa037393d81d89609df1 (diff)
downloadaur-a8abc61d0b5864b29e65383b556317154781a4f6.tar.gz
2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b113b8db071d..3d1874d5d723 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=2.2
+ provides = dxvk=2.3
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v2.2/dxvk-2.2.tar.gz
+ source = https://github.com/doitsujin/dxvk/releases/download/v2.3/dxvk-2.3.tar.gz
source = setup_dxvk.sh
- sha256sums = fcbede6da370d138f275ca05bc887f5a562f27cd8bd00f436706a7142cb51630
+ sha256sums = 8059c06fc84a864122cc572426f780f35921eb4e3678dc337e9fd79ee5a427c0
sha256sums = 0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7
pkgname = dxvk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e7a851688e2..fd7e70e14854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
url="https://github.com/doitsujin/dxvk"
@@ -15,7 +15,7 @@ options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
"setup_dxvk.sh"
)
-sha256sums=('fcbede6da370d138f275ca05bc887f5a562f27cd8bd00f436706a7142cb51630'
+sha256sums=('8059c06fc84a864122cc572426f780f35921eb4e3678dc337e9fd79ee5a427c0'
'0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7')
package_dxvk-bin () {