summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-01-05 16:48:32 +0100
committerMichel Zou2021-01-05 16:48:32 +0100
commited8c13c087802af7bc840516fe68c08b71656d8d (patch)
tree7523081f96472f480bd9a2b6de18b25914192882
parentc25491e8b6fe6f84ca407490f3b0445ab0da0ad5 (diff)
downloadaur-ed8c13c087802af7bc840516fe68c08b71656d8d.tar.gz
11.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18f114dfb7b8..4ea105ee1364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-glslang
pkgdesc = OpenGL and OpenGL ES shader front end and validator (mingw-w64)
- pkgver = 8.13.3743
- pkgrel = 2
+ pkgver = 11.1.0
+ pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = any
license = BSD
@@ -12,9 +12,9 @@ pkgbase = mingw-w64-glslang
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/KhronosGroup/glslang/archive/8.13.3743.tar.gz
+ source = https://github.com/KhronosGroup/glslang/archive/11.1.0.tar.gz
source = wine-glslangValidator.sh
- sha256sums = 639ebec56f1a7402f2fa094469a5ddea1eceecfaf2e9efe361376a0f73a7ee2f
+ sha256sums = a47f1f9ed17a1f53a074fef20787110ef49522c6de68b218db68d04a81d649c5
sha256sums = SKIP
pkgname = mingw-w64-glslang
diff --git a/PKGBUILD b/PKGBUILD
index f2a40b430f9d..dec0e79296a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-glslang
-pkgver=8.13.3743
-pkgrel=2
+pkgver=11.1.0
+pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator (mingw-w64)'
arch=('any')
url='https://github.com/KhronosGroup/glslang'
@@ -10,14 +10,12 @@ makedepends=('mingw-w64-cmake' 'python')
optdepends=('mingw-w64-wine: runtime support')
options=('!strip' '!buildflags' 'staticlibs')
source=(https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz wine-glslangValidator.sh)
-sha256sums=('639ebec56f1a7402f2fa094469a5ddea1eceecfaf2e9efe361376a0f73a7ee2f' SKIP)
+sha256sums=('a47f1f9ed17a1f53a074fef20787110ef49522c6de68b218db68d04a81d649c5' SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd glslang-$pkgver
- # error: conflicting declaration of ‘int sprintf_s
- sed -i "s|MINGW_HAS_SECURE_API|NO_MINGW|g" glslang/Include/Common.h
}
build() {