summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2021-04-07 12:05:15 +0200
committerEmeric2021-04-07 12:05:15 +0200
commit980c65ea292e96609ef6fcbc34d434c2b56dd8fb (patch)
treef81b9f908055079fab0adbb5a3142a81387fb93e
parent7424e39f38079d8cc4951405a5146c9b9d27dfc2 (diff)
downloadaur-980c65ea292e96609ef6fcbc34d434c2b56dd8fb.tar.gz
Update to 1.5.1
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD4
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c7b24f8be8..a87095c16387 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
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/dfranx/SHADERed
arch = x86_64
@@ -15,18 +15,18 @@ pkgbase = shadered
depends = glew
depends = glm
depends = spirv-headers
- source = https://github.com/dfranx/SHADERed.git#tag=v1.5
- source = https://github.com/dfranx/ImGuiColorTextEdit
- source = https://github.com/dfranx/SPIRV-VM.git
- source = https://github.com/dfranx/ShaderExpressionParser
- source = https://github.com/dfranx/SpvGenTwo
- source = https://github.com/dfranx/assimp.git
- source = https://github.com/KhronosGroup/glslang
- source = https://github.com/dfranx/imgui.git
- source = https://github.com/jtilly/inih
- source = https://github.com/zeux/pugixml
- source = https://github.com/KhronosGroup/SPIRV-Headers
- source = https://github.com/KhronosGroup/SPIRV-Tools.git
+ source = git+https://github.com/dfranx/SHADERed.git#commit=f5869fa
+ source = git+https://github.com/dfranx/ImGuiColorTextEdit
+ source = git+https://github.com/dfranx/SPIRV-VM.git
+ source = git+https://github.com/dfranx/ShaderExpressionParser
+ source = git+https://github.com/dfranx/SpvGenTwo
+ source = git+https://github.com/dfranx/assimp.git
+ source = git+https://github.com/KhronosGroup/glslang
+ source = git+https://github.com/dfranx/imgui.git
+ source = git+https://github.com/jtilly/inih
+ source = git+https://github.com/zeux/pugixml
+ source = git+https://github.com/KhronosGroup/SPIRV-Headers
+ source = git+https://github.com/KhronosGroup/SPIRV-Tools.git
source = SHADERed.sh
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d3eea83a33f..98e0ffe09a92 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
+pkgver=1.5.1
pkgrel=1
pkgdesc="Lightweight tool for creating and testing HLSL and GLSL shaders."
arch=("x86_64")
@@ -16,7 +16,7 @@ license=("MIT")
depends=(gtk3 sdl2 sfml assimp glew glm spirv-headers)
makedepends=(git cmake python)
-source=("git+https://github.com/dfranx/SHADERed.git#tag=v$pkgver"
+source=("git+https://github.com/dfranx/SHADERed.git#commit=f5869fa"
"git+https://github.com/dfranx/ImGuiColorTextEdit"
"git+https://github.com/dfranx/SPIRV-VM.git"
"git+https://github.com/dfranx/ShaderExpressionParser"