summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2021-01-15 09:15:34 -0500
committerAlexandre Demers2021-01-15 09:15:34 -0500
commit1e315626be4d7f5146a8f9ea3aa2dcaea890bcef (patch)
tree6b8061b6eafcd7d39acaca4847049ace97dd0e09
parent03da77a595ef0bdfe00b33d657160acda7fdf6a8 (diff)
downloadaur-1e315626be4d7f5146a8f9ea3aa2dcaea890bcef.tar.gz
Update to 11.1.0
And add .gitignore Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf5d8b7fc8d..ee02b00f4115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-glslang
pkgdesc = OpenGL and OpenGL ES shader front end and validator (32bit)
- pkgver = 8.13.3743
+ pkgver = 11.1.0
pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = lib32-glslang
depends = lib32-spirv-tools
depends = python
options = staticlibs
- source = glslang-8.13.3743.tar.gz::https://github.com/KhronosGroup/glslang/archive/8.13.3743.tar.gz
- sha256sums = 639ebec56f1a7402f2fa094469a5ddea1eceecfaf2e9efe361376a0f73a7ee2f
+ source = glslang-11.1.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/11.1.0.tar.gz
+ sha256sums = a47f1f9ed17a1f53a074fef20787110ef49522c6de68b218db68d04a81d649c5
pkgname = lib32-glslang
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9c590eec56e8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+src/
+pkg/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 04ed94c0ecdc..172e7e22c452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _setFullLibdir="${_setPrefix}/${_setLibdir}"
_pkgbasename=glslang
pkgname=lib32-$_pkgbasename
-pkgver=8.13.3743
+pkgver=11.1.0
pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator (32bit)'
arch=('x86_64')
@@ -28,7 +28,7 @@ source=(
"${_pkgbasename}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '639ebec56f1a7402f2fa094469a5ddea1eceecfaf2e9efe361376a0f73a7ee2f'
+ 'a47f1f9ed17a1f53a074fef20787110ef49522c6de68b218db68d04a81d649c5'
)
prepare() {