diff options
author | Lone_Wolf | 2024-09-07 21:19:51 +0200 |
---|---|---|
committer | Lone_Wolf | 2024-09-07 21:19:51 +0200 |
commit | 901ffae41e43c47ce210a841de3456746fc9d74a (patch) | |
tree | 5e600ace485b51053c53e91109e38b9cef2e19d5 | |
parent | 2dff42b2bd5cfb1dc3faea6b265bce226aa8f5b7 (diff) | |
download | aur-901ffae41e43c47ce210a841de3456746fc9d74a.tar.gz |
lincenses field is now SPDX compliant
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ pkgbase = lib32-spirv-llvm-translator-minimal-git pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR, trunk version pkgver = r2109.7cd8641 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator arch = x86_64 - license = custom:Apache 2.0 with LLVM Exception + license = LicenseRef-custom makedepends = lib32-llvm-minimal-git makedepends = git makedepends = cmake @@ -9,10 +9,10 @@ pkgname=lib32-spirv-llvm-translator-minimal-git pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR, trunk version" epoch=1 pkgver=r2109.7cd8641 -pkgrel=1 +pkgrel=2 arch=('x86_64') url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator" -license=('custom:Apache 2.0 with LLVM Exception') +license=('LicenseRef-custom') makedepends=(lib32-llvm-minimal-git git cmake spirv-headers-git lib32-spirv-tools) provides=(lib32-spirv-llvm-translator) conflicts=(lib32-spirv-llvm-translator) |