Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
lib32-spirv-llvm-translator
Commits:
a47725e6 by Daniel Bermond at 2024-12-03T17:49:42-03:00
upgpkg: 18.1.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-spirv-llvm-translator
pkgdesc = Tool and a library for bi-directional translation between
SPIR-V and LLVM IR (32-bit)
- pkgver = 18.1.6
+ pkgver = 18.1.7
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = lib32-spirv-llvm-translator
depends = lib32-llvm-libs
depends = lib32-spirv-tools
depends = spirv-llvm-translator
- source =
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7515735e387c65cbb7821a78f122cfd89115a779
- sha256sums =
bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab
+ source =
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7f3e57f3c1286978b32f8b6add6ff385f38c81b9
+ sha256sums =
fbbe2f73939535232648bd7c52151c604c39fef64ef1c29d789751fce1889347
pkgname = lib32-spirv-llvm-translator
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_srcname=SPIRV-LLVM-Translator
pkgname=lib32-${_srcname,,}
-pkgver=18.1.6
+pkgver=18.1.7
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and
LLVM IR (32-bit)"
arch=(x86_64)
@@ -13,9 +13,9 @@ license=(LicenseRef-custom)
depends=(lib32-llvm-libs lib32-spirv-tools ${pkgname#lib32-})
makedepends=(git cmake llvm lib32-llvm spirv-headers)
# Current point in the used LLVM branch
-_commit=7515735e387c65cbb7821a78f122cfd89115a779
+_commit=7f3e57f3c1286978b32f8b6add6ff385f38c81b9
source=(git+${url}.git#commit=$_commit)
-sha256sums=('bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab')
+sha256sums=('fbbe2f73939535232648bd7c52151c604c39fef64ef1c29d789751fce1889347')
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/lib32-spirv-llvm-translator/-/commit/a47725e6a9b24d2beaf93046407d1463f8c7991b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-spirv-llvm-translator/-/commit/a47725e6a9b24d2beaf93046407d1463f8c7991b
You're receiving this email because of your account on gitlab.archlinux.org.