summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-06-22 08:21:18 +0200
committerAdrià Cereto-Massagué2018-06-22 08:21:18 +0200
commit5beb46721ae31c2b7b4502e0e7c0cb203dc5abd7 (patch)
tree03bac0c2211348159f6fcc581514d4f92e558b3a
parent3053fcf3742ce4cf500040cfb96e637f2377cf9b (diff)
downloadaur-5beb46721ae31c2b7b4502e0e7c0cb203dc5abd7.tar.gz
v0.60
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a933278ebca..a8437551f289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
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.54
+ pkgver = 0.60
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
depends = vulkan-icd-loader
- depends = wine>=3.5
+ depends = wine>=3.10
provides = dxvk
conflicts = dxvk-git
- source = https://github.com/doitsujin/dxvk/releases/download/v0.54/dxvk-0.54.tar.gz
- sha256sums = 1c2f186baaa01d2de7b832f6f05021bdd29eccb65fc197c8b15adfd4e08f9640
+ source = https://github.com/doitsujin/dxvk/releases/download/v0.60/dxvk-v0.60.tar.gz
+ sha256sums = 8641157fc36ca5011f4532bfb53a5e6da132049d5a50d9acb6ee05b887a5e50c
pkgname = dxvk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0939cf47385e..78330ed71e56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Adrià Cereto i Massagué <ssorgatem at gmail.com>
pkgname=dxvk-bin
-pkgver=0.54
+pkgver=0.60
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')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
-depends=('vulkan-icd-loader' 'wine>=3.5')
+depends=('vulkan-icd-loader' 'wine>=3.10')
provides=("dxvk")
conflicts=("dxvk-git")
-source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz")
-sha256sums=("1c2f186baaa01d2de7b832f6f05021bdd29eccb65fc197c8b15adfd4e08f9640")
+source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-v$pkgver.tar.gz")
+sha256sums=("8641157fc36ca5011f4532bfb53a5e6da132049d5a50d9acb6ee05b887a5e50c")
package() {
mkdir -p $pkgdir/usr/share/dxvk
- tar -xf dxvk-"$pkgver".tar.gz -C "$pkgdir/usr/share/dxvk" --strip-components=1
+ tar -xf dxvk-v"$pkgver".tar.gz -C "$pkgdir/usr/share/dxvk" --strip-components=1
mkdir -p $pkgdir/usr/bin
ln -s "/usr/share/dxvk/x64/setup_dxvk.sh" "$pkgdir/usr/bin/setup_dxvk64"
ln -s "/usr/share/dxvk/x32/setup_dxvk.sh" "$pkgdir/usr/bin/setup_dxvk32"