summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-04-06 15:54:19 +0200
committerAdrià Cereto-Massagué2018-04-06 15:54:19 +0200
commitc6841f0d48c01c5970c1a8a45f7ea2137ef7da9c (patch)
treeb538612924c03197c9ca869fe0d788331b2beb86
parent45026970f2c5f32716fe3fc8a74fe93fdf15f450 (diff)
downloadaur-c6841f0d48c01c5970c1a8a45f7ea2137ef7da9c.tar.gz
update to 0.41
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99a66354735f..5261051019c0 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.40
- pkgrel = 4
+ pkgver = 0.41
+ pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
depends = vulkan-icd-loader
- depends = wine>=3.4
+ depends = wine>=3.5
provides = dxvk
conflicts = dxvk-git
- source = https://github.com/doitsujin/dxvk/releases/download/v0.40/dxvk-v0.40.tar.gz
- sha256sums = 92c057bdffabf2d2fe04dcb5b9ec6163d6f0946f2ea32779395e55c3c8232442
+ source = https://github.com/doitsujin/dxvk/releases/download/v0.41/dxvk-0.41.tar.gz
+ sha256sums = 2b08600ce7827a244a4e50516f51629b35ae981f682d681f8188f8bc6421e564
pkgname = dxvk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4050eeacb26e..b20862a80560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Adrià Cereto i Massagué <ssorgatem at gmail.com>
pkgname=dxvk-bin
-pkgver=0.40
-pkgrel=4
+pkgver=0.41
+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.4')
+depends=('vulkan-icd-loader' 'wine>=3.5')
provides=("dxvk")
conflicts=("dxvk-git")
-source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-v$pkgver.tar.gz")
-sha256sums=("92c057bdffabf2d2fe04dcb5b9ec6163d6f0946f2ea32779395e55c3c8232442")
+source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz")
+sha256sums=("2b08600ce7827a244a4e50516f51629b35ae981f682d681f8188f8bc6421e564")
package() {
mkdir -p $pkgdir/usr/share/dxvk
- tar -xf dxvk-v"$pkgver".tar.gz -C "$pkgdir/usr/share/dxvk" --strip-components=1
+ tar -xf dxvk-"$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"