Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
spirv-llvm-translator


Commits:
e574ec40 by Daniel Bermond at 2024-07-23T16:01:12-03:00
upgpkg: 18.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = spirv-llvm-translator
        pkgdesc = Tool and a library for bi-directional translation between 
SPIR-V and LLVM IR
-       pkgver = 18.1.1.r1+g3e602b45
+       pkgver = 18.1.2
        pkgrel = 1
        url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
        arch = x86_64


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-pkgver=18.1.1.r1+g3e602b45
+pkgver=18.1.2
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
 arch=(x86_64)
@@ -18,8 +18,7 @@ source=(git+${url}.git#commit=$_commit)
 sha256sums=('53fe1e4e55f319d22baab551ce2ced9329579c4d3cd80fe64b2dea28638778f2')
 
 pkgver() {
-  cd ${_srcname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+  git -C ${_srcname} describe --tags | sed 
's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
 }
 
 build() {
@@ -43,6 +42,5 @@ check() {
 
 package() {
   DESTDIR="${pkgdir}" cmake --install build
-  install -Dm755 build/tools/llvm-spirv/llvm-spirv -t "${pkgdir}"/usr/bin
   install -Dm644 ${_srcname}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/e574ec4001173300e4b0650742f0d665e2558375

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spirv-llvm-translator/-/commit/e574ec4001173300e4b0650742f0d665e2558375
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to