summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkekkon2023-01-24 22:40:36 +0100
committerkekkon2023-01-24 22:40:36 +0100
commitdff1c8b0e2be8cda7a622c3a2d6be94b06c9b94b (patch)
tree47d99f82a06c018fd6d9adcaebcdc9c63059e9f7
parentf6dbf0d5f744c094e641c960460fe8ff0d1b56e5 (diff)
downloadaur-dff1c8b0e2be8cda7a622c3a2d6be94b06c9b94b.tar.gz
v2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0444bf1932f..932cd4027fdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
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.0
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=2.0
+ provides = dxvk=2.1
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz
- sha256sums = 3852f8b4a0c23fd723c9ce06ba8c36d8f84d891755a5d00bec1cd7f609a62477
+ source = https://github.com/doitsujin/dxvk/releases/download/v2.1/dxvk-2.1.tar.gz
+ sha256sums = 329940b0c01226459f073d91ff1276d4d9c1c4c017303afe06193eb064502cde
pkgname = dxvk-bin
depends = vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index e611cab62fd5..22b351f52e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=2.0
+pkgver=2.1
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"
@@ -14,7 +14,7 @@ conflicts=("dxvk" "d9vk")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=('3852f8b4a0c23fd723c9ce06ba8c36d8f84d891755a5d00bec1cd7f609a62477')
+sha256sums=('329940b0c01226459f073d91ff1276d4d9c1c4c017303afe06193eb064502cde')
package_dxvk-bin () {
depends=('vulkan-icd-loader')