* update spirv-llvm-translator to 18.1.6-1

This commit is contained in:
Alexander Baldeck 2024-12-16 09:49:16 +01:00
parent da44110714
commit 8fd4c564a0
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = spirv-llvm-translator
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR
pkgver = 18.1.5
pkgver = 18.1.6
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
arch = x86_64
@ -17,7 +17,7 @@ pkgbase = spirv-llvm-translator
makedepends = spirv-headers
depends = llvm-libs
depends = spirv-tools
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
sha256sums = e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7515735e387c65cbb7821a78f122cfd89115a779
sha256sums = bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab
pkgname = spirv-llvm-translator

View File

@ -4,7 +4,7 @@
_srcname=SPIRV-LLVM-Translator
pkgname=${_srcname,,}
pkgver=18.1.5
pkgver=18.1.6
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,9 +14,9 @@ depends=(llvm-libs spirv-tools)
makedepends=(git cmake llvm spirv-headers)
checkdepends=(python clang)
# Current point in the used LLVM branch
_commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
_commit=7515735e387c65cbb7821a78f122cfd89115a779
source=(git+${url}.git#commit=$_commit)
sha256sums=('e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63')
sha256sums=('bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab')
pkgver() {
git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'