summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-29 15:18:31 +0000
committerDaniel Bermond2019-06-29 15:18:31 +0000
commit3522320c5e59fabb164b45d74593104ea07473f1 (patch)
tree05ca4379ecacf227cc37cbeb30d06216f2fc0ca5
parenta8500a188861a83aaa568007244d36f2a1f62a9c (diff)
downloadaur-3522320c5e59fabb164b45d74593104ea07473f1.tar.gz
Add link to gcc bug report. Cosmetic changes.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1363cf6189d9..fd07405bfb2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spirv-cross
pkgdesc = A tool and library for parsing and converting SPIR-V to other shader languages
pkgver = 2019.06.21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KhronosGroup/SPIRV-Cross/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 3a9a34e8179d..f94e91d571ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,14 @@ _spirv_headers_commit='c4f8f65792d4bf2657ca751904c511bbcf2ac77b'
pkgname=spirv-cross
pkgver=2019.06.21
-_srcver="${pkgver//./-}"
-pkgrel=1
+pkgrel=2
pkgdesc='A tool and library for parsing and converting SPIR-V to other shader languages'
arch=('x86_64')
url='https://github.com/KhronosGroup/SPIRV-Cross/'
license=('Apache')
depends=('gcc-libs')
makedepends=('git' 'cmake' 'python' 'python-nose')
-source=("git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=${_srcver}"
+source=("git+https://github.com/KhronosGroup/SPIRV-Cross.git#tag=${pkgver//./-}"
"git+https://github.com/KhronosGroup/glslang.git#commit=${_glslang_commit}"
"git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=${_spirv_tools_commit}"
"git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=${_spirv_headers_commit}"
@@ -30,6 +29,7 @@ prepare() {
# fix tests with gcc 9.1.0
## https://github.com/KhronosGroup/SPIRV-Cross/issues/1038
+ ## https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90947
patch -Np1 -i "${srcdir}/spirv-cross-workaround-gcc9.1-bug.patch"
mkdir -p build external/{glslang,spirv-tools}-build