summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2020-04-13 12:08:55 +0200
committerEmeric2020-04-13 12:08:55 +0200
commit15d1a31770d0250ffbe11884fdc7d6aefa3bd9d1 (patch)
tree3bda54c53e832e262ce60cc3c8358cc51036fb9c
parent4bf1dbb48e91908f83abbccb66a35dc9f1678fb3 (diff)
downloadaur-15d1a31770d0250ffbe11884fdc7d6aefa3bd9d1.tar.gz
Update to 1.3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae27c14f59dd..c784ce0c036d 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.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/dfranx/SHADERed
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = shadered
depends = gtk3
depends = sdl2
depends = sfml
- source = git+https://github.com/dfranx/SHADERed.git#commit=63e7018
+ source = git+https://github.com/dfranx/SHADERed.git#commit=7f34d4e
source = SHADERed.sh
sha256sums = SKIP
sha256sums = e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c
diff --git a/PKGBUILD b/PKGBUILD
index 1da7fcde2239..c31a7e0c0b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# If you want to help improve or maintain this package please let me know!
pkgname=shadered
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="SHADERed is a lightweight tool for creating and testing HLSL and GLSL shaders."
arch=("x86_64")
@@ -15,7 +15,7 @@ license=("MIT")
depends=(assimp glew glm gtk3 sdl2 sfml)
makedepends=(cmake git)
-source=("git+https://github.com/dfranx/SHADERed.git#commit=63e7018"
+source=("git+https://github.com/dfranx/SHADERed.git#commit=7f34d4e"
"SHADERed.sh")
sha256sums=('SKIP'
'e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c')