summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2021-11-03 11:48:41 +0100
committerEmeric2021-11-03 11:48:41 +0100
commitbf42c21e882d43ebd732fa50247c4cd7ae85c68e (patch)
tree1f0d40f411f4c62e3b954bf06dd0a463c0540c42
parent294abda2b1bd5ab4e3678f2c6c2648fd87070827 (diff)
downloadaur-bf42c21e882d43ebd732fa50247c4cd7ae85c68e.tar.gz
Update to 1.5.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8accc243e3..047ca4f962e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shadered
pkgdesc = Lightweight tool for creating and testing HLSL and GLSL shaders.
- pkgver = 1.5.5
+ pkgver = 1.5.6
pkgrel = 1
url = https://github.com/dfranx/SHADERed
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = shadered
depends = glew
depends = glm
depends = spirv-headers
- source = git+https://github.com/dfranx/SHADERed.git#tag=v1.5.5
+ source = git+https://github.com/dfranx/SHADERed.git#tag=v1.5.6
source = git+https://github.com/dfranx/ImGuiColorTextEdit
source = git+https://github.com/dfranx/SPIRV-VM.git
source = git+https://github.com/dfranx/ShaderExpressionParser
diff --git a/PKGBUILD b/PKGBUILD
index a071975d7b87..969705a5644b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help improve or maintain this package please let me know!
pkgname=shadered
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
pkgdesc="Lightweight tool for creating and testing HLSL and GLSL shaders."
arch=("x86_64")