Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
spirv-llvm-translator
Commits:
ab0eee82 by Evangelos Foutras at 2024-06-30T13:45:51+03:00
upgpkg: 18.1.1.r1+g3e602b45-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = spirv-llvm-translator
pkgdesc = Tool and a library for bi-directional translation between
SPIR-V and LLVM IR
- pkgver = 17.0.0.r6+g70883514
- pkgrel = 2
+ pkgver = 18.1.1.r1+g3e602b45
+ pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
arch = x86_64
license = LicenseRef-custom
@@ -14,7 +14,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=7088351420a8f0c3e5f9be678fd1d16ae826e37f
- sha256sums = SKIP
+ source =
git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=3e602b4577ed85b4d5a48fd7d7df11c2f9b49d13
+ sha256sums =
53fe1e4e55f319d22baab551ce2ced9329579c4d3cd80fe64b2dea28638778f2
pkgname = spirv-llvm-translator
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_srcname=SPIRV-LLVM-Translator
pkgname=${_srcname,,}
-pkgver=17.0.0.r6+g70883514
-pkgrel=2
+pkgver=18.1.1.r1+g3e602b45
+pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and
LLVM IR"
arch=(x86_64)
url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
@@ -13,9 +13,9 @@ depends=(llvm-libs spirv-tools)
makedepends=(git cmake llvm spirv-headers)
checkdepends=(python python-setuptools clang)
# Current point in the used LLVM branch
-_commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
+_commit=3e602b4577ed85b4d5a48fd7d7df11c2f9b49d13
source=(git+${url}.git#commit=$_commit)
-sha256sums=('SKIP')
+sha256sums=('53fe1e4e55f319d22baab551ce2ced9329579c4d3cd80fe64b2dea28638778f2')
pkgver() {
cd ${_srcname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/ab0eee82a27a3492983ef6567562909e7b119223
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/ab0eee82a27a3492983ef6567562909e7b119223
You're receiving this email because of your account on gitlab.archlinux.org.