summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2021-02-17 11:23:41 +0100
committerEmeric2021-02-17 11:23:41 +0100
commit0fd9a2c2e7dda17d34daf89ff9dec820b2cd9a1f (patch)
treeee018e8bbad2d74bc9d796ac350a7c672df8b30c
parentb1d485927f155c5ed13b28704977da90afab5d78 (diff)
downloadaur-0fd9a2c2e7dda17d34daf89ff9dec820b2cd9a1f.tar.gz
Update to v1.4.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 193e0a4d86bd..12019ba2feba 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.3
+ pkgver = 1.4.4
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=cd1b6f2
+ source = git+https://github.com/dfranx/SHADERed.git#commit=b404b0b
source = SHADERed.sh
sha256sums = SKIP
sha256sums = e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c
diff --git a/PKGBUILD b/PKGBUILD
index 77471b6444b8..a4b5ed6dfa30 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.3
+pkgver=1.4.4
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=cd1b6f2"
+source=("git+https://github.com/dfranx/SHADERed.git#commit=b404b0b"
"SHADERed.sh")
sha256sums=('SKIP'
'e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c')