mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix system proton dxvk installer error
This commit is contained in:
parent
6a26defb93
commit
424a957d22
3 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -27,6 +27,6 @@ pkgbase = dxvk-gplasync-bin
|
|||
sha256sums = 03ca4af84f5cd28cef3ed3f1ef4d17996992d35ccdbe82b29cc020ca02c16f3d
|
||||
sha256sums = 2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3
|
||||
sha256sums = 0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7
|
||||
sha256sums = 1bf20ca5901aaa43d10c794b28d22e3cf63a5c313c8e1e553da9d2780fd4ae85
|
||||
sha256sums = 64fbbf9f30f2f4e8d1d82b088ade92f1bf8817a4bf6e21d7dd978f4276abe1a6
|
||||
|
||||
pkgname = dxvk-gplasync-bin
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -22,7 +22,7 @@ sha256sums=('1e1f6db95f4a7f02d372012f4a723a161d732a39b3b3efcf8159e03cdff2dc1e'
|
|||
'03ca4af84f5cd28cef3ed3f1ef4d17996992d35ccdbe82b29cc020ca02c16f3d'
|
||||
'2bce3bf5dc5a3c7312bbaae96daf82e0fe6c370e96017ce5a0c49f40901866e3'
|
||||
'0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7'
|
||||
'1bf20ca5901aaa43d10c794b28d22e3cf63a5c313c8e1e553da9d2780fd4ae85')
|
||||
'64fbbf9f30f2f4e8d1d82b088ade92f1bf8817a4bf6e21d7dd978f4276abe1a6')
|
||||
|
||||
package() {
|
||||
cd "dxvk-gplasync-v$pkgver-$pkgrel" || exit 1
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ for dir in "${proton_dxvkpath[@]}"; do
|
|||
fi
|
||||
done
|
||||
|
||||
if [[ -s ${dxvkpath[1]} ]]; then
|
||||
if [[ -n ${dxvkpath[*]} ]]; then
|
||||
printf '%s\n' "${dxvkpath[@]}"
|
||||
echo 'Do you wish to change the above dxvk?'
|
||||
PS3="Enter a number: "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue