* update spirv-llvm-translator to 18.1.6-1
This commit is contained in:
parent
da44110714
commit
8fd4c564a0
@ -1,6 +1,6 @@
|
|||||||
pkgbase = spirv-llvm-translator
|
pkgbase = spirv-llvm-translator
|
||||||
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR
|
||||||
pkgver = 18.1.5
|
pkgver = 18.1.6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
|
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -17,7 +17,7 @@ pkgbase = spirv-llvm-translator
|
|||||||
makedepends = spirv-headers
|
makedepends = spirv-headers
|
||||||
depends = llvm-libs
|
depends = llvm-libs
|
||||||
depends = spirv-tools
|
depends = spirv-tools
|
||||||
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
|
source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7515735e387c65cbb7821a78f122cfd89115a779
|
||||||
sha256sums = e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63
|
sha256sums = bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab
|
||||||
|
|
||||||
pkgname = spirv-llvm-translator
|
pkgname = spirv-llvm-translator
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
_srcname=SPIRV-LLVM-Translator
|
_srcname=SPIRV-LLVM-Translator
|
||||||
pkgname=${_srcname,,}
|
pkgname=${_srcname,,}
|
||||||
pkgver=18.1.5
|
pkgver=18.1.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -14,9 +14,9 @@ depends=(llvm-libs spirv-tools)
|
|||||||
makedepends=(git cmake llvm spirv-headers)
|
makedepends=(git cmake llvm spirv-headers)
|
||||||
checkdepends=(python clang)
|
checkdepends=(python clang)
|
||||||
# Current point in the used LLVM branch
|
# Current point in the used LLVM branch
|
||||||
_commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
|
_commit=7515735e387c65cbb7821a78f122cfd89115a779
|
||||||
source=(git+${url}.git#commit=$_commit)
|
source=(git+${url}.git#commit=$_commit)
|
||||||
sha256sums=('e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63')
|
sha256sums=('bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
|
git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user