mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upver: 2.4.1-1
This commit is contained in:
parent
783feb8101
commit
547ae39de7
2 changed files with 9 additions and 9 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 patch)
|
||||
pkgver = 2.4
|
||||
pkgrel = 2
|
||||
pkgver = 2.4.1
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/Ph42oN/dxvk-gplasync
|
||||
arch = x86_64
|
||||
license = zlib-acknowledgement
|
||||
|
|
@ -10,18 +10,18 @@ pkgbase = dxvk-gplasync-bin
|
|||
depends = bash
|
||||
optdepends = wine
|
||||
optdepends = proton
|
||||
provides = dxvk=2.4
|
||||
provides = dxvk=2.4.1
|
||||
provides = d8vk
|
||||
provides = d9vk
|
||||
conflicts = dxvk
|
||||
conflicts = d8vk
|
||||
conflicts = d9vk
|
||||
options = !strip
|
||||
source = https://gitlab.com/Ph42oN/dxvk-gplasync/-/raw/main/releases/dxvk-gplasync-v2.4-1.tar.gz
|
||||
source = https://gitlab.com/Ph42oN/dxvk-gplasync/-/raw/main/releases/dxvk-gplasync-v2.4.1-1.tar.gz
|
||||
source = dxvk-gplasync-env.conf
|
||||
source = setup_dxvk_proton.sh
|
||||
source = setup_dxvk.sh
|
||||
sha256sums = 687d6ef959a949f786155e6632849b919b47b63da316110cf0bf3d43e548b380
|
||||
sha256sums = ee96eaf60d3d924434cced411b80d7f0669d97b7121db1890bf2b18e71f8a1f4
|
||||
sha256sums = 2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3
|
||||
sha256sums = ce5712e2287b1ab52a9160dd7bacf0694ee3e7a5888bd71a06f27ca67af051d6
|
||||
sha256sums = 778ec44acc09ac9c718354c9a96776b60bd4156dacf584e5c29b2c9697c76684
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
_pkgname=dxvk-gplasync
|
||||
pkgname=$_pkgname-bin
|
||||
pkgver=2.4
|
||||
pkgrel=2
|
||||
_srcver="v$pkgver-1"
|
||||
pkgver=2.4.1
|
||||
pkgrel=1
|
||||
_srcver="v$pkgver-$pkgrel"
|
||||
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patch)"
|
||||
arch=('x86_64')
|
||||
url="https://gitlab.com/Ph42oN/$_pkgname"
|
||||
|
|
@ -21,7 +21,7 @@ source=("$url/-/raw/main/releases/$_pkgname-$_srcver.tar.gz"
|
|||
"$_pkgname-env.conf"
|
||||
'setup_dxvk_proton.sh'
|
||||
'setup_dxvk.sh') # https://raw.githubusercontent.com/doitsujin/dxvk/4f90d7bf5f9ad785660507e0cb459a14dab5ac75/setup_dxvk.sh
|
||||
sha256sums=('687d6ef959a949f786155e6632849b919b47b63da316110cf0bf3d43e548b380'
|
||||
sha256sums=('ee96eaf60d3d924434cced411b80d7f0669d97b7121db1890bf2b18e71f8a1f4'
|
||||
'2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3'
|
||||
'ce5712e2287b1ab52a9160dd7bacf0694ee3e7a5888bd71a06f27ca67af051d6'
|
||||
'778ec44acc09ac9c718354c9a96776b60bd4156dacf584e5c29b2c9697c76684')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue