Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
spirv-llvm-translator


Commits:
b8f52487 by Daniel Bermond at 2025-07-01T23:22:33-03:00
upgpkg: 20.1.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.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 = 20.1.3
+       pkgver = 20.1.4
        pkgrel = 1
        url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
        arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = spirv-llvm-translator
        depends = glibc
        depends = llvm-libs
        depends = spirv-tools
-       source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#tag=v20.1.3
-       sha256sums = 
42b1d255aa8e997c07a857cf167c2c7f554509428581f30f35d8560b39f65ed4
+       source = 
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#tag=v20.1.4
+       sha256sums = 
902641ccb6e00116b93fb446ed93bab75e8aa923072daf91b4f52060bbe3df6a
 
 pkgname = spirv-llvm-translator


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-pkgver=20.1.3
+pkgver=20.1.4
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(gcc-libs glibc llvm-libs spirv-tools)
 makedepends=(git cmake llvm spirv-headers)
 checkdepends=(python clang)
 source=(git+${url}.git#tag=v$pkgver)
-sha256sums=('42b1d255aa8e997c07a857cf167c2c7f554509428581f30f35d8560b39f65ed4')
+sha256sums=('902641ccb6e00116b93fb446ed93bab75e8aa923072daf91b4f52060bbe3df6a')
 
 pkgver() {
   git -C ${_srcname} describe --tags | sed 
's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/b8f5248769261807b1cb6bf4a4260547f2bd00ef

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/b8f5248769261807b1cb6bf4a4260547f2bd00ef
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to