mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/spirv-llvm-translator to 15.0.0.r10+g78ad93b9-1
This commit is contained in:
parent
a1b2d8f750
commit
cf8841831d
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
_srcname=SPIRV-LLVM-Translator
|
||||
pkgname=${_srcname,,}
|
||||
pkgver=14.0.0.r57+g33898cef
|
||||
pkgrel=3
|
||||
pkgver=15.0.0.r10+g78ad93b9
|
||||
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"
|
||||
|
@ -16,7 +16,7 @@ depends=(llvm-libs spirv-tools)
|
|||
makedepends=(git cmake llvm spirv-headers)
|
||||
checkdepends=(python python-setuptools clang)
|
||||
# Current point in the used LLVM branch
|
||||
_commit=33898cef1093f67c73f0623bae941f00034b2db9
|
||||
_commit=78ad93b9952cb78889b86e9aa390d013c49dca0b
|
||||
source=(git+${url}.git#commit=$_commit)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue