* update spirv-llvm-translator to 19.1.3-1

This commit is contained in:
Alexander Baldeck 2025-01-30 10:09:20 +01:00
parent 9bac83d872
commit 382e1e8f80
2 changed files with 6 additions and 8 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.7
pkgver = 19.1.3
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=7f3e57f3c1286978b32f8b6add6ff385f38c81b9
sha256sums = fbbe2f73939535232648bd7c52151c604c39fef64ef1c29d789751fce1889347
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#tag=v19.1.3
sha256sums = 2e8a9abbfccaaa07dd7493ca055aafbd97299cb6df2d316d152eac17a7198122
pkgname = spirv-llvm-translator

View File

@ -4,7 +4,7 @@
_srcname=SPIRV-LLVM-Translator
pkgname=${_srcname,,}
pkgver=18.1.7
pkgver=19.1.3
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,10 +13,8 @@ license=(LicenseRef-custom)
depends=(llvm-libs spirv-tools)
makedepends=(git cmake llvm spirv-headers)
checkdepends=(python clang)
# Current point in the used LLVM branch
_commit=7f3e57f3c1286978b32f8b6add6ff385f38c81b9
source=(git+${url}.git#commit=$_commit)
sha256sums=('fbbe2f73939535232648bd7c52151c604c39fef64ef1c29d789751fce1889347')
source=(git+${url}.git#tag=v$pkgver)
sha256sums=('2e8a9abbfccaaa07dd7493ca055aafbd97299cb6df2d316d152eac17a7198122')
pkgver() {
git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'