summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2021-04-08 15:03:26 +0200
committerEmeric2021-04-08 15:03:26 +0200
commitdb8d539b4208941b35d5a8cb146669b417820637 (patch)
treef5f602bf160b8b624136567de9bef24243e5fad5
parent980c65ea292e96609ef6fcbc34d434c2b56dd8fb (diff)
downloadaur-db8d539b4208941b35d5a8cb146669b417820637.tar.gz
Revert back to 1.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87095c16387..d7b00641f7cb 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.1
+ pkgver = 1.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#commit=f5869fa
+ source = git+https://github.com/dfranx/SHADERed.git#tag=v1.5
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 98e0ffe09a92..c43fe6122dee 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.1
+pkgver=1.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#commit=f5869fa"
+source=("git+https://github.com/dfranx/SHADERed.git#tag=v1.5"
"git+https://github.com/dfranx/ImGuiColorTextEdit"
"git+https://github.com/dfranx/SPIRV-VM.git"
"git+https://github.com/dfranx/ShaderExpressionParser"