summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Van der Aa2022-03-06 21:08:30 +0100
committerJonas Van der Aa2022-03-06 21:08:30 +0100
commit1fa14489683437bbea5f20e0a627a62954629889 (patch)
treee2b48368f67c09d84f202876599d283c719ac8c2
parent63c982d2b682dd7322b4261758c63707b8a9072f (diff)
downloadaur-1fa14489683437bbea5f20e0a627a62954629889.tar.gz
v1.10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb2c4e69a2ba..eed25f39e38b 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 = 1.9.4
- pkgrel = 2
+ pkgver = 1.10
+ pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=1.9.4
+ provides = dxvk=1.10
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.9.4/dxvk-1.9.4.tar.gz
- sha256sums = 854f564c3b58a4cdf7b16eb9a4b6bc6ddc0f83d68c4f979a529fc23f7a770502
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.10/dxvk-1.10.tar.gz
+ sha256sums = a15bc7c1df66158a205c498883b0b216390d58f4a128657990af357431b9ce77
pkgname = dxvk-bin
depends = vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index 1e584dae0f9d..9680ffc646ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.10
+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"
license=('zlib/libpng')
@@ -14,7 +14,7 @@ conflicts=("dxvk" "d9vk")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=('854f564c3b58a4cdf7b16eb9a4b6bc6ddc0f83d68c4f979a529fc23f7a770502')
+sha256sums=('a15bc7c1df66158a205c498883b0b216390d58f4a128657990af357431b9ce77')
package_dxvk-bin () {
depends=('vulkan-icd-loader')