summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2021-10-04 11:02:13 +0200
committerEmeric2021-10-04 11:02:13 +0200
commit294abda2b1bd5ab4e3678f2c6c2648fd87070827 (patch)
tree904cfe29d075ad9aa0969c74482bdfa5b525e0bf
parentdb8d539b4208941b35d5a8cb146669b417820637 (diff)
downloadaur-294abda2b1bd5ab4e3678f2c6c2648fd87070827.tar.gz
Update shadered to 1.5.5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7b00641f7cb..0c8accc243e3 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.5
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
+ source = git+https://github.com/dfranx/SHADERed.git#tag=v1.5.5
source = git+https://github.com/dfranx/ImGuiColorTextEdit
source = git+https://github.com/dfranx/SPIRV-VM.git
source = git+https://github.com/dfranx/ShaderExpressionParser
@@ -43,4 +43,3 @@ pkgbase = shadered
sha256sums = 885a7c14a7e00477c9acce4c64145e075a044be7a9f774b272cd5af7bde31ee9
pkgname = shadered
-
diff --git a/PKGBUILD b/PKGBUILD
index c43fe6122dee..a071975d7b87 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.5
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=v1.5"
+source=("git+https://github.com/dfranx/SHADERed.git#tag=v$pkgver"
"git+https://github.com/dfranx/ImGuiColorTextEdit"
"git+https://github.com/dfranx/SPIRV-VM.git"
"git+https://github.com/dfranx/ShaderExpressionParser"