summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Henriksson2022-08-10 02:46:11 +0300
committerJoonas Henriksson2022-08-10 03:14:55 +0300
commitaa0e29154c3b2f29464a8e17ed4b2a3c2d9bc197 (patch)
tree2808bde509f9912f12ebc1f1aa895de5e4fcb0e4
parentb460622cf5537d9159b8db308f6cf7e218fa028c (diff)
downloadaur-aa0e29154c3b2f29464a8e17ed4b2a3c2d9bc197.tar.gz
Update pkgdesc
Use the current description from the github repo page, as it is maybe slightly better, and used in the non -git glslviewer AUR package as well.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2be75e5ac1a..a6c15dbb5eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = glslviewer-git
- pkgdesc = Live GLSL coding render for MacOS and Linux
+ pkgdesc = Console-based GLSL Sandbox for 2D/3D shaders
pkgver = r1470.99a990a
pkgrel = 1
url = https://github.com/patriciogonzalezvivo/glslViewer
diff --git a/PKGBUILD b/PKGBUILD
index 21af84a12c79..6fab07c6491f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=glslviewer-git
pkgver=r1470.99a990a
pkgrel=1
-pkgdesc="Live GLSL coding render for MacOS and Linux"
+pkgdesc="Console-based GLSL Sandbox for 2D/3D shaders"
arch=('i686' 'x86_64')
url="https://github.com/patriciogonzalezvivo/glslViewer"
license=('BSD-3-Clause')