mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/spirv-llvm-translator to 16.0.0.r9+g322fca5d-1
This commit is contained in:
parent
d1198a5a84
commit
83a74f1deb
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
_srcname=SPIRV-LLVM-Translator
|
||||
pkgname=${_srcname,,}
|
||||
pkgver=15.0.0.r10+g78ad93b9
|
||||
pkgver=16.0.0.r9+g322fca5d
|
||||
pkgrel=1
|
||||
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
|
||||
arch=(x86_64)
|
||||
|
@ -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=78ad93b9952cb78889b86e9aa390d013c49dca0b
|
||||
_commit=322fca5d9c59bfdb80562a52ace51cdbe2a60e92
|
||||
source=(git+${url}.git#commit=$_commit)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue