mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upver: 2.4-1
This commit is contained in:
parent
3458030a32
commit
4c03c3ab89
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = dxvk-gplasync-bin
|
||||
pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patch)
|
||||
pkgver = 2.3.1
|
||||
pkgver = 2.4
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/Ph42oN/dxvk-gplasync
|
||||
arch = x86_64
|
||||
|
|
@ -10,16 +10,16 @@ pkgbase = dxvk-gplasync-bin
|
|||
depends = bash
|
||||
optdepends = wine
|
||||
optdepends = proton
|
||||
provides = dxvk=2.3.1
|
||||
provides = dxvk=2.4
|
||||
provides = d9vk
|
||||
conflicts = dxvk
|
||||
conflicts = d9vk
|
||||
options = !strip
|
||||
source = https://gitlab.com/Ph42oN/dxvk-gplasync/-/raw/main/releases/dxvk-gplasync-v2.3.1-1.tar.gz
|
||||
source = https://gitlab.com/Ph42oN/dxvk-gplasync/-/raw/main/releases/dxvk-gplasync-v2.4-1.tar.gz
|
||||
source = dxvk-gplasync-env.conf
|
||||
source = setup_dxvk_proton.sh
|
||||
source = https://raw.githubusercontent.com/doitsujin/dxvk/4f90d7bf5f9ad785660507e0cb459a14dab5ac75/setup_dxvk.sh
|
||||
sha256sums = 763bb5bd22c1f56925afbab3a4590c84b6d4776f2d6bdd2cdda943c3cb66d9b6
|
||||
sha256sums = 687d6ef959a949f786155e6632849b919b47b63da316110cf0bf3d43e548b380
|
||||
sha256sums = 2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3
|
||||
sha256sums = 64fbbf9f30f2f4e8d1d82b088ade92f1bf8817a4bf6e21d7dd978f4276abe1a6
|
||||
sha256sums = 0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Ewout van Mansom <ewout@vanmansom.name>
|
||||
|
||||
pkgname=dxvk-gplasync-bin
|
||||
pkgver=2.3.1
|
||||
pkgver=2.4
|
||||
pkgrel=1
|
||||
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patch)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -19,7 +19,7 @@ source=("$url/-/raw/main/releases/dxvk-gplasync-v$pkgver-$pkgrel.tar.gz"
|
|||
'dxvk-gplasync-env.conf'
|
||||
'setup_dxvk_proton.sh'
|
||||
'https://raw.githubusercontent.com/doitsujin/dxvk/4f90d7bf5f9ad785660507e0cb459a14dab5ac75/setup_dxvk.sh')
|
||||
sha256sums=('763bb5bd22c1f56925afbab3a4590c84b6d4776f2d6bdd2cdda943c3cb66d9b6'
|
||||
sha256sums=('687d6ef959a949f786155e6632849b919b47b63da316110cf0bf3d43e548b380'
|
||||
'2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3'
|
||||
'64fbbf9f30f2f4e8d1d82b088ade92f1bf8817a4bf6e21d7dd978f4276abe1a6'
|
||||
'0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue