Package Details: dxvk-gplasync-bin-git 9849414907-1

Git Clone URL: https://aur.archlinux.org/dxvk-gplasync-bin-git.git (read-only, click to copy)
Package Base: dxvk-gplasync-bin-git
Description: A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync patch) (CI BUILD)
Upstream URL: https://gitlab.com/Ph42oN/dxvk-gplasync
Licenses: zlib-acknowledgement
Conflicts: d8vk, d9vk, dxvk
Provides: d8vk, d9vk, dxvk
Submitter: detian
Maintainer: detian
Last Packager: detian
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-16 18:04 (UTC)
Last Updated: 2025-04-29 10:16 (UTC)

Latest Comments

detian commented on 2025-04-29 10:16 (UTC)

@VoodaGod updated, thank you!

VoodaGod commented on 2025-04-29 07:54 (UTC) (edited on 2025-04-29 08:09 (UTC) by VoodaGod)

build fails in pkgver()

==> Starting pkgver()...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
==> ERROR: A failure occurred in pkgver().

got it running like this:

diff --git a/PKGBUILD b/PKGBUILD
index 2bca3ed..8fe1dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ sha256sums=('SKIP'
             '0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7')

 pkgver() {
-  curl -f "https://gitlab.com/Ph42oN/dxvk-gplasync/-/jobs/artifacts/test/download?job=build" | grep -oP '(?<=jobs\/)\d+'
+  curl -fI "https://gitlab.com/Ph42oN/dxvk-gplasync/-/jobs/artifacts/test/download?job=build" | grep -oP '(?<=jobs\/)\d+'
 }

 package() {