summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-03-08 21:53:20 +0100
committerAdrià Cereto-Massagué2018-03-08 21:53:20 +0100
commiteee8931626b79415219fc18661918be75cb28788 (patch)
tree04d240c18b2117f7635e20cd7f29e0fb6e6b4b16 /PKGBUILD
parent37d46068e3257648ce792faea0242e952aadc939 (diff)
downloadaur-eee8931626b79415219fc18661918be75cb28788.tar.gz
update to v0.31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baebab5c39cf..62e1d03958ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Adrià Cereto i Massagué <ssorgatem at gmail.com>
pkgname=dxvk-bin
-pkgver=0.30
-pkgrel=3
+pkgver=0.31
+pkgrel=1
epoch=
pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine (binary files). Requires Wine with Vulkan support (wine-staging, wine-vulkan or wine >=3.3)"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
groups=()
depends=('vulkan-icd-loader' 'wine')
-makedpends=('libarchive')
+#makedpends=('libarchive')
checkdepends=()
provides=("dxvk")
conflicts=("dxvk-git")
@@ -18,14 +18,14 @@ replaces=()
backup=()
install=
changelog=
-source=("https://github.com/doitsujin/dxvk/releases/download/v0.30/dxvk-0.30.tar.gz")
+source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz")
noextract=()
-sha256sums=("797e997a992c3e3f1d4f0399a66fa8f4afef27f9d7913ea3acdc2fcf8c3be544")
+sha256sums=("72b7a1b86726be708664c68021e8c11d2bc0362d71e4cd81d9bab528b807fe4a")
validpgpkeys=()
build() {
- bsdtar xvf dxvk-0.30.tar.gz
+ tar xvf dxvk-$pkgver.tar.gz
}