Browse Source

Arch: DXVK - print new pkgver (bugfix)

master
Fincer 5 years ago
parent
commit
1a461a6220
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch/0-dxvk-git/PKGBUILD

+ 1
- 1
arch/0-dxvk-git/PKGBUILD View File

@ -68,7 +68,7 @@ prepare() {
# Retrieve DXVK version tag
pkgver() {
cd "${pkgname}"
git describe --long | sed 's/\-[a-z].*//; s/\-/\./; s/[a-z]//g'
printf '%s' $(git describe --long | sed 's/\-[a-z].*//; s/\-/\./; s/[a-z]//g')
}
# Launch DXVK build script


Loading…
Cancel
Save