summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-05-23 22:49:25 +0200
committerAdrià Cereto-Massagué2018-05-23 22:49:25 +0200
commit8da3ea270f3edb642e7f33636267c4f4fdbb5f94 (patch)
treecac5c45f4dfe2d7e8bc77c22099953074799a0a1
parentb759f3fc902abc0b874b8fa5c2f64b5c0e0e615e (diff)
downloadaur-8da3ea270f3edb642e7f33636267c4f4fdbb5f94.tar.gz
v0.52
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09507a11747c..d3d94068665b 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.51
+ pkgver = 0.52
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.51/dxvk-0.51.tar.gz
- sha256sums = 84fd1f3c8798b6d6600fb5819dafc6bc4c6d1f5fe4915d6d30d925e8ab7b33c5
+ source = https://github.com/doitsujin/dxvk/releases/download/v0.52/dxvk-0.52.tar.gz
+ sha256sums = ca8bcb97cc5aa8c0edcc4892b8e100b8bfac8653138dec6829c6a8bcc04cc11d
pkgname = dxvk-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc8d88c3f105..c65935e3295c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrià Cereto i Massagué <ssorgatem at gmail.com>
pkgname=dxvk-bin
-pkgver=0.51
+pkgver=0.52
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=("84fd1f3c8798b6d6600fb5819dafc6bc4c6d1f5fe4915d6d30d925e8ab7b33c5")
+sha256sums=("ca8bcb97cc5aa8c0edcc4892b8e100b8bfac8653138dec6829c6a8bcc04cc11d")
package() {
mkdir -p $pkgdir/usr/share/dxvk