Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
lib32-spirv-llvm-translator
Commits:
146d006e by Daniel Bermond at 2024-10-06T00:24:35-03:00
upgpkg: 18.1.5-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.4
+ pkgver = 18.1.5
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=242df2cb83e2322b456990fb0ca3e30bd9209ed0
- sha256sums =
8b9e77c7d1817b1a3e49db18a3240c57769c72a3a5b2bf70c9bdab46cbb3124b
+ source =
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
+ sha256sums =
e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63
pkgname = lib32-spirv-llvm-translator
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_srcname=SPIRV-LLVM-Translator
pkgname=lib32-${_srcname,,}
-pkgver=18.1.4
+pkgver=18.1.5
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=242df2cb83e2322b456990fb0ca3e30bd9209ed0
+_commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
source=(git+${url}.git#commit=$_commit)
-sha256sums=('8b9e77c7d1817b1a3e49db18a3240c57769c72a3a5b2bf70c9bdab46cbb3124b')
+sha256sums=('e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63')
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/146d006efedba7d8fff14e4b7f9fab60ad5a4b23
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-spirv-llvm-translator/-/commit/146d006efedba7d8fff14e4b7f9fab60ad5a4b23
You're receiving this email because of your account on gitlab.archlinux.org.