just have a local copy ffs

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2019-10-20 08:19:54 +03:00
parent beeed17402
commit 425f8bc223
2 changed files with 23 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname='dxvk-bin'
pkgver=1.4.3
_tag_rel='ad3542f4fce2e89c24801b40b1aace7ca54c4cc6'
pkgrel=2
pkgdesc='Vulkan-based D3D11 and D3D10 implementation for Linux / Wine'
arch=( 'x86_64' )
@@ -8,7 +9,7 @@ url='https://github.com/doitsujin/dxvk'
license=( 'custom' )
depends=( 'vulkan-icd-loader' 'lib32-vulkan-icd-loader' 'wine' )
source=( "https://github.com/doitsujin/dxvk/releases/download/v${pkgver}/dxvk-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/doitsujin/dxvk/master/LICENSE" )
'LICENSE' )
package() {
mkdir -pm755 "$pkgdir/usr/share/dxvk"