summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2020-04-23 14:53:21 +0200
committerEmeric2020-04-23 14:53:21 +0200
commit8ecc7f63348d0061e85b3369ce45dfe6674f1458 (patch)
treea9f43a2117e9ef445b56ec540e91d1ec0e9020fc
parent15d1a31770d0250ffbe11884fdc7d6aefa3bd9d1 (diff)
downloadaur-8ecc7f63348d0061e85b3369ce45dfe6674f1458.tar.gz
Update to 1.3.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c784ce0c036d..176a7455537c 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.2
+ pkgver = 1.3.3
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=7f34d4e
+ source = git+https://github.com/dfranx/SHADERed.git#commit=14c9581
source = SHADERed.sh
sha256sums = SKIP
sha256sums = e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c
diff --git a/PKGBUILD b/PKGBUILD
index c31a7e0c0b9f..df2f5b2318d6 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.2
+pkgver=1.3.3
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=7f34d4e"
+source=("git+https://github.com/dfranx/SHADERed.git#commit=14c9581"
"SHADERed.sh")
sha256sums=('SKIP'
'e501a371996c373988bd74733f288c8caa6b44d88439c5d52b18e14b4766420c')