summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 598a1c37ffc7..8f7598ff0d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = terra-git
- pkgdesc = Low-level system programming language that is designed to interoperate seamlessly with the Lua programming language.
+ pkgdesc = Low-level system programming language designed to interoperate seamlessly with Lua
pkgver = 0.0.0.r1213.gf6c76fc
pkgrel = 1
url = http://terralang.org/
diff --git a/PKGBUILD b/PKGBUILD
index 304789309c08..72e6e7834af2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=terra
pkgname=$_pkgname-git
pkgver=0.0.0.r1213.gf6c76fc
pkgrel=1
-pkgdesc="Low-level system programming language that is designed to interoperate seamlessly with the Lua programming language."
+pkgdesc="Low-level system programming language designed to interoperate seamlessly with Lua"
url="http://terralang.org/"
arch=('i686' 'x86_64')
license=('MIT')