update info and source

This commit is contained in:
detiam 2024-03-17 01:23:09 +08:00
parent e329065546
commit 2f95c60ea4
No known key found for this signature in database
GPG key ID: 8F3FBE68AEB4883C
2 changed files with 13 additions and 16 deletions

View file

@ -1,33 +1,29 @@
pkgbase = dxvk-gplasync-bin
pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patches)
pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patch)
pkgver = 2.3
pkgrel = 1
url = https://gitlab.com/Ph42oN/dxvk-gplasync
arch = x86_64
license = ZLIB
license = custom:libpng
license = zlib-acknowledgement
depends = vulkan-icd-loader
depends = lib32-vulkan-icd-loader
depends = bash
optdepends = wine
optdepends = proton
provides = dxvk
provides = d9vk
provides = dxvk=2.3
provides = d9vk
conflicts = dxvk
conflicts = d9vk
options = !strip
options = !buildflags
options = staticlibs
source = https://gitlab.com/Ph42oN/dxvk-gplasync/-/raw/main/releases/dxvk-gplasync-v2.3-1.tar.gz
source = https://raw.githubusercontent.com/doitsujin/dxvk/master/LICENSE
source = dxvk-gplasync-env.conf
source = setup_dxvk.sh
source = setup_dxvk_proton.sh
source = https://raw.githubusercontent.com/doitsujin/dxvk/4f90d7bf5f9ad785660507e0cb459a14dab5ac75/setup_dxvk.sh
sha256sums = 1e1f6db95f4a7f02d372012f4a723a161d732a39b3b3efcf8159e03cdff2dc1e
sha256sums = 03ca4af84f5cd28cef3ed3f1ef4d17996992d35ccdbe82b29cc020ca02c16f3d
sha256sums = 2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3
sha256sums = 0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7
sha256sums = 64fbbf9f30f2f4e8d1d82b088ade92f1bf8817a4bf6e21d7dd978f4276abe1a6
sha256sums = 0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7
pkgname = dxvk-gplasync-bin

View file

@ -6,24 +6,25 @@
pkgname=dxvk-gplasync-bin
pkgver=2.3
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patches)"
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patch)"
arch=('x86_64')
url="https://gitlab.com/Ph42oN/dxvk-gplasync"
license=('ZLIB' 'custom:libpng')
license=('zlib-acknowledgement')
depends=('vulkan-icd-loader' 'lib32-vulkan-icd-loader' 'bash')
optdepends=('wine' 'proton')
provides=('dxvk' 'd9vk' "dxvk=$pkgver")
provides=("dxvk=$pkgver" 'd9vk')
conflicts=('dxvk' 'd9vk')
options=(!strip !buildflags staticlibs)
options=(!strip)
source=("$url/-/raw/main/releases/dxvk-gplasync-v$pkgver-$pkgrel.tar.gz"
'https://raw.githubusercontent.com/doitsujin/dxvk/master/LICENSE'
'dxvk-gplasync-env.conf'
setup_dxvk{,_proton}.sh)
'setup_dxvk_proton.sh'
'https://raw.githubusercontent.com/doitsujin/dxvk/4f90d7bf5f9ad785660507e0cb459a14dab5ac75/setup_dxvk.sh')
sha256sums=('1e1f6db95f4a7f02d372012f4a723a161d732a39b3b3efcf8159e03cdff2dc1e'
'03ca4af84f5cd28cef3ed3f1ef4d17996992d35ccdbe82b29cc020ca02c16f3d'
'2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3'
'0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7'
'64fbbf9f30f2f4e8d1d82b088ade92f1bf8817a4bf6e21d7dd978f4276abe1a6')
'64fbbf9f30f2f4e8d1d82b088ade92f1bf8817a4bf6e21d7dd978f4276abe1a6'
'0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7')
package() {
cd "dxvk-gplasync-v$pkgver-$pkgrel" || exit 1