mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/spirv-llvm-translator to 14.0.0.r57+g33898cef-3
This commit is contained in:
parent
6520f0dfed
commit
17ecd8c6e3
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
_srcname=SPIRV-LLVM-Translator
|
||||
pkgname=${_srcname,,}
|
||||
pkgver=14.0.0.r57+g33898cef
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
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"
|
||||
|
@ -18,7 +18,7 @@ checkdepends=(python python-setuptools clang)
|
|||
# Current point in the used LLVM branch
|
||||
_commit=33898cef1093f67c73f0623bae941f00034b2db9
|
||||
source=(git+${url}.git#commit=$_commit)
|
||||
sha256sums=(SKIP)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd ${_srcname}
|
||||
|
|
Loading…
Reference in a new issue