author | Evangelos Foutras
<foutrelis@archlinux.org> 2023-08-18 19:52:16 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2023-08-18 19:52:16 UTC |
parent | d59c92731d95941a3f145ecb391ac80346d4ed32 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 5b1a2eb..f545eb1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,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) @@ -13,7 +13,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')