summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-04-15 22:22:07 +0200
committerAdrià Cereto-Massagué2018-04-15 22:22:07 +0200
commitbe2c774523ca32e3c8993085bceeca2e2eaee91b (patch)
tree7165e1755b8f9f480c015462d08956bb7cf6de14
parentc6841f0d48c01c5970c1a8a45f7ea2137ef7da9c (diff)
downloadaur-be2c774523ca32e3c8993085bceeca2e2eaee91b.tar.gz
updated to 0.42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5261051019c0..6f6916ae34e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dxvk-bin
pkgdesc = A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine (binary files)
- pkgver = 0.41
+ pkgver = 0.42
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = dxvk-bin
depends = wine>=3.5
provides = dxvk
conflicts = dxvk-git
- source = https://github.com/doitsujin/dxvk/releases/download/v0.41/dxvk-0.41.tar.gz
- sha256sums = 2b08600ce7827a244a4e50516f51629b35ae981f682d681f8188f8bc6421e564
+ source = https://github.com/doitsujin/dxvk/releases/download/v0.42/dxvk-0.42.tar.gz
+ sha256sums = d58d54d72f64933d5d89384e133529412a80affceb5bd7463bc8c3263bbe1b92
pkgname = dxvk-bin
diff --git a/PKGBUILD b/PKGBUILD
index b20862a80560..5f9578e7703c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrià Cereto i Massagué <ssorgatem at gmail.com>
pkgname=dxvk-bin
-pkgver=0.41
+pkgver=0.42
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine (binary files)"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('vulkan-icd-loader' 'wine>=3.5')
provides=("dxvk")
conflicts=("dxvk-git")
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz")
-sha256sums=("2b08600ce7827a244a4e50516f51629b35ae981f682d681f8188f8bc6421e564")
+sha256sums=("d58d54d72f64933d5d89384e133529412a80affceb5bd7463bc8c3263bbe1b92")
package() {
mkdir -p $pkgdir/usr/share/dxvk