summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2021-03-17 21:11:02 +0100
committerEric Engestrom2021-03-17 21:11:02 +0100
commita2112f0d4ed2553fe3438ed073d9b5e1e4b67671 (patch)
tree0b365c412935b17c04205e39c523cb9e0f5cf9c4
parent8c195447f83faeaaa41f502bf56f8aa410c21c80 (diff)
downloadaur-a2112f0d4ed2553fe3438ed073d9b5e1e4b67671.tar.gz
Fix pkgdesc to conform to PKGBUILD guidelines
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886c1a9384a5..3d554c9d103c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = shadered-git
- 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.
pkgver = 1.4.2_715.288f9c2
pkgrel = 1
url = https://github.com/dfranx/SHADERed
diff --git a/PKGBUILD b/PKGBUILD
index 7fd651c537a1..77a7fe9f8d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=shadered-git
pkgver=1.4.2_715.288f9c2
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")