summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2021-03-11 19:44:54 +0100
committerEmeric2021-03-11 19:44:54 +0100
commit97e7bbf45eea9f23ffb3cbe64ccf0a2d8e8c789d (patch)
tree6c57319bd388068d230a686de8a722d98a4a95b4
parent0fd9a2c2e7dda17d34daf89ff9dec820b2cd9a1f (diff)
downloadaur-97e7bbf45eea9f23ffb3cbe64ccf0a2d8e8c789d.tar.gz
Update to v1.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12019ba2feba..13cfbf962ab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shadered
pkgdesc = SHADERed is a lightweight tool for creating and testing HLSL and GLSL shaders.
- pkgver = 1.4.4
+ pkgver = 1.5.0
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=b404b0b
+ source = git+https://github.com/dfranx/SHADERed.git#commit=d05da43
source = SHADERed.sh
sha256sums = SKIP
sha256sums = e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c
diff --git a/PKGBUILD b/PKGBUILD
index a4b5ed6dfa30..1a828ff7ec83 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.4.4
+pkgver=1.5.0
pkgrel=1
pkgdesc="SHADERed is a 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=b404b0b"
+source=("git+https://github.com/dfranx/SHADERed.git#commit=d05da43"
"SHADERed.sh")
sha256sums=('SKIP'
'e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c')