From 425f8bc22357308cb59a74542af9888b4634f9d3 Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 20 Oct 2019 08:19:54 +0300 Subject: [PATCH] just have a local copy ffs Signed-off-by: fbt --- LICENCE | 21 +++++++++++++++++++++ PKGBUILD | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 LICENCE diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..e29ded5 --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ + Copyright (c) 2017-2019 Philip Rebohle + + zlib/libpng license + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +– The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + +– Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +– This notice may not be removed or altered from any source distribution. diff --git a/PKGBUILD b/PKGBUILD index bc5b59b..8c6d37c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,7 @@ # Maintainer: Jack L. Frost 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"