summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2019-12-17 17:50:50 +0100
committerAdrià Cereto-Massagué2019-12-17 17:50:50 +0100
commita3d6fd21f38913395e13c382ea7b742b23cf0162 (patch)
treee75384c28d6b21d35ea45a70523ba16492175f75 /PKGBUILD
parent053e9c8d32534932eb8a372c1b775eb1e3435baa (diff)
downloadaur-a3d6fd21f38913395e13c382ea7b742b23cf0162.tar.gz
add d9vk-bin replaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eacd3179a12e..eb9fa8a1f607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,22 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
arch=('x86_64' 'i686')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
+arch=('x86_64')
+provides=("dxvk" "d9vk")
+replaces=('d9vk-bin')
+depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')
+conflicts=("dxvk-git")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
sha256sums=('90cfae0bb43fed1e46442d20e2ab3bf448ebdff1e9f4f59841dc922aa3a36d3b')
package_dxvk-bin () {
- arch=('x86_64')
- provides=("dxvk" "d9vk")
- depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')
- conflicts=("dxvk-git")
mkdir -p "$pkgdir/usr/share/dxvk"
tar -xf dxvk-"$pkgver".tar.gz -C "$pkgdir/usr/share/dxvk" --strip-components=1 dxvk-"$pkgver"/
mkdir -p "$pkgdir/usr/bin"