summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-08-13 16:49:21 +0200
committerAdrià Cereto-Massagué2018-08-13 16:49:21 +0200
commitb9b8d7f42b02519a7a3ed859872299cc01be8c0a (patch)
tree3c3815ef4aba490093bd6f81661ce824574c8cd9
parent178a2cb4894eacad66aa3f6e86c938f11f04e29d (diff)
downloadaur-b9b8d7f42b02519a7a3ed859872299cc01be8c0a.tar.gz
v0.65
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90ae1c9f9fb5..ca3597b99f75 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.64
+ pkgver = 0.65
pkgrel = 6
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = dxvk-bin
provides = dxvk
conflicts = dxvk-git
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v0.64/dxvk-0.64.tar.gz
- sha256sums = 2e03e40ff0a9d36f96a06137f3fa9110ebaea230d0bf6c22cf6399e16e97fb9c
+ source = https://github.com/doitsujin/dxvk/releases/download/v0.65/dxvk-0.65.tar.gz
+ sha256sums = 7b4eb42e693f925d0aff90bae261b20c50428602382ee94a3e3860b2ad1ebad0
pkgname = dxvk-win64-bin
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f39e79361ca0..5e9633d1265d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-win64-bin' 'dxvk-win32-bin' 'dxvk-bin')
-pkgver=0.64
+pkgver=0.65
pkgrel=6
pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine (binary files)"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ provides=("dxvk")
conflicts=("dxvk-git")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz")
-sha256sums=("2e03e40ff0a9d36f96a06137f3fa9110ebaea230d0bf6c22cf6399e16e97fb9c")
+sha256sums=("7b4eb42e693f925d0aff90bae261b20c50428602382ee94a3e3860b2ad1ebad0")
_extract_bin() {
mkdir -p $pkgdir/usr/share/dxvk