summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2024-09-07 21:19:51 +0200
committerLone_Wolf2024-09-07 21:19:51 +0200
commit901ffae41e43c47ce210a841de3456746fc9d74a (patch)
tree5e600ace485b51053c53e91109e38b9cef2e19d5
parent2dff42b2bd5cfb1dc3faea6b265bce226aa8f5b7 (diff)
downloadaur-901ffae41e43c47ce210a841de3456746fc9d74a.tar.gz
lincenses field is now SPDX compliant
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba1536c4dc35..e811c9efc999 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d237b23275ad..4b5cc8a2aac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)