summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2020-03-07 20:13:27 +0100
committerAdrià Cereto-Massagué2020-03-07 20:13:27 +0100
commit925bd4bdce4fb252ba07eace59c0f0427e5e1e9d (patch)
tree78e1e05d101ccc3b67d0695588f86d76d2fb9c32
parent20b31163d9886d0601670a9e4af1886c8087236d (diff)
downloadaur-925bd4bdce4fb252ba07eace59c0f0427e5e1e9d.tar.gz
1.5.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 329b098c5c1e..480765b6ff73 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.5.4
+ pkgver = 1.5.5
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=1.5.4
+ provides = dxvk=1.5.5
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.5.4/dxvk-1.5.4.tar.gz
- sha256sums = 8e4fd15525def9bcaa9cc1b4496f76a2664ba4806b02a5ac0eddd703d7bbdea7
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.5.5/dxvk-1.5.5.tar.gz
+ sha256sums = f4c57274ac85d71b192e2a0ac095f285e26cc054c87c6c34c081f919147539eb
pkgname = dxvk-bin
depends = vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index 3b93b2e46230..5cd2c68b8b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.5.4
+pkgver=1.5.5
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=('8e4fd15525def9bcaa9cc1b4496f76a2664ba4806b02a5ac0eddd703d7bbdea7')
+sha256sums=('f4c57274ac85d71b192e2a0ac095f285e26cc054c87c6c34c081f919147539eb')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')