git » spirv-llvm-translator.git » commit 9514854

spirv-llvm-translator 17.0.0.r6+g708835142

author Urja (ARMLFS builder)
2025-06-17 15:45:49 UTC
committer Urja (ARMLFS builder)
2025-06-17 15:45:49 UTC
parent f520eef0e3fce2801da282f6e29b78c100b6ab01

spirv-llvm-translator 17.0.0.r6+g708835142

.SRCINFO +1 -0
.gitignore +2 -0
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 24341fa..bc9b977 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = spirv-llvm-translator
 	pkgrel = 2
 	url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
 	arch = x86_64
+	arch = armv7h
 	license = LicenseRef-custom
 	checkdepends = python
 	checkdepends = python-setuptools
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 333f551..2375df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-pkgver=17.0.0.r6+g70883514
-pkgrel=2
+pkgver=17.0.0.r6+g708835142
+pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
-arch=(x86_64)
+arch=(x86_64 armv7h)
 url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
 license=(LicenseRef-custom)
 depends=(llvm-libs spirv-tools)