summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2021-02-19 13:46:38 +0100
committerAdrià Cereto-Massagué2021-02-19 13:46:38 +0100
commita0dcd54bbbc149ea7a54ffd501ac0057b3b08b8e (patch)
tree1699b1171175dc741a123695f6544be129f0bd18
parent841e820de26e92c0c5987013600e6be6490e083b (diff)
downloadaur-a0dcd54bbbc149ea7a54ffd501ac0057b3b08b8e.tar.gz
1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40f3623c99a3..2aa9c44a1a85 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.7.3
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=1.7.3
+ provides = dxvk=1.8
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.7.3/dxvk-1.7.3.tar.gz
- sha256sums = e4c2444256b7ad63455fa6329638e3f42900ec7462dc9c26da56187a2040aba0
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.8/dxvk-1.8.tar.gz
+ sha256sums = e84f7ac494ac7f5013976744470899226d145e29617c407ff52870055bda476e
pkgname = dxvk-bin
depends = vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index 70ae0a77d9ed..e6a7b975f341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.7.3
+pkgver=1.8
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=('e4c2444256b7ad63455fa6329638e3f42900ec7462dc9c26da56187a2040aba0')
+sha256sums=('e84f7ac494ac7f5013976744470899226d145e29617c407ff52870055bda476e')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')