mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update to v2.3-1
This commit is contained in:
parent
e18fe0a3ed
commit
f121120c5a
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = dxvk-gplasync-bin
|
||||
pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patches)
|
||||
pkgver = 2.2
|
||||
pkgrel = 4
|
||||
pkgver = 2.3
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/Ph42oN/dxvk-gplasync
|
||||
arch = x86_64
|
||||
license = ZLIB
|
||||
|
|
@ -12,17 +12,17 @@ pkgbase = dxvk-gplasync-bin
|
|||
depends = bash
|
||||
provides = dxvk
|
||||
provides = d9vk
|
||||
provides = dxvk=2.2
|
||||
provides = dxvk=2.3
|
||||
conflicts = dxvk
|
||||
conflicts = d9vk
|
||||
options = !strip
|
||||
options = !buildflags
|
||||
options = staticlibs
|
||||
source = https://gitlab.com/Ph42oN/dxvk-gplasync/-/raw/main/releases/dxvk-gplasync-v2.2-4.tar.gz
|
||||
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
|
||||
sha256sums = 2e3cdbb854b341ab85c6db6e63489dee4670e6f73037e6face1c0aea0c52d5d1
|
||||
sha256sums = 1e1f6db95f4a7f02d372012f4a723a161d732a39b3b3efcf8159e03cdff2dc1e
|
||||
sha256sums = 03ca4af84f5cd28cef3ed3f1ef4d17996992d35ccdbe82b29cc020ca02c16f3d
|
||||
sha256sums = 2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3
|
||||
sha256sums = 0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,8 +4,8 @@
|
|||
# Contributor: Ewout van Mansom <ewout@vanmansom.name>
|
||||
|
||||
pkgname=dxvk-gplasync-bin
|
||||
pkgver=2.2
|
||||
pkgrel=4
|
||||
pkgver=2.3
|
||||
pkgrel=1
|
||||
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patches)"
|
||||
arch=('x86_64')
|
||||
url="https://gitlab.com/Ph42oN/dxvk-gplasync"
|
||||
|
|
@ -18,7 +18,7 @@ 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.sh')
|
||||
sha256sums=('2e3cdbb854b341ab85c6db6e63489dee4670e6f73037e6face1c0aea0c52d5d1'
|
||||
sha256sums=('1e1f6db95f4a7f02d372012f4a723a161d732a39b3b3efcf8159e03cdff2dc1e'
|
||||
'03ca4af84f5cd28cef3ed3f1ef4d17996992d35ccdbe82b29cc020ca02c16f3d'
|
||||
'2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3'
|
||||
'0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue