From 382e1e8f800b607622f15047f9d2133538b3e968 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 30 Jan 2025 10:09:20 +0100 Subject: [PATCH] * update spirv-llvm-translator to 19.1.3-1 --- spirv-llvm-translator/.SRCINFO | 6 +++--- spirv-llvm-translator/PKGBUILD | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/spirv-llvm-translator/.SRCINFO b/spirv-llvm-translator/.SRCINFO index 0b57b0a8cd..d998fd7a33 100644 --- a/spirv-llvm-translator/.SRCINFO +++ b/spirv-llvm-translator/.SRCINFO @@ -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 diff --git a/spirv-llvm-translator/PKGBUILD b/spirv-llvm-translator/PKGBUILD index 26a39b64cd..b5c0045b48 100644 --- a/spirv-llvm-translator/PKGBUILD +++ b/spirv-llvm-translator/PKGBUILD @@ -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/-/+/'