summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2021-03-12 21:19:22 +0100
committerEric Engestrom2021-03-14 14:43:25 +0100
commit91b99223ad8afe2b892516a643eb24de545d46d9 (patch)
tree3caeaa1149161a958a195e6e6ef6934fa2e5f7e8
parent456b8d0f34e39e44216860c7efd31f3c4932407a (diff)
downloadaur-91b99223ad8afe2b892516a643eb24de545d46d9.tar.gz
Fix pkgdesc to conform to PKGBUILD guidelines
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55a006ecea79..26ec4d84d602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=shadered
pkgver=1.5
pkgrel=1
-pkgdesc="SHADERed is a lightweight tool for creating and testing HLSL and GLSL shaders."
+pkgdesc="Lightweight tool for creating and testing HLSL and GLSL shaders."
arch=("x86_64")
url="https://github.com/dfranx/SHADERed"
license=("MIT")