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 b86cc35e06a2..fb8c75733123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = pycollada-git
- pkgdesc = A python COLLADA library. Can be used to create, edit and load COLLADA documents.
+ pkgdesc = Create, edit and load COLLADA documents in Python
pkgver = 20130416
pkgrel = 1
url = https://github.com/pycollada/pycollada
diff --git a/PKGBUILD b/PKGBUILD
index 15160c71c20a..78221457340e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ gitname=pycollada
pkgname=${gitname}-git
pkgver=20130416
pkgrel=1
-pkgdesc="A python COLLADA library. Can be used to create, edit and load COLLADA documents. "
+pkgdesc="Create, edit and load COLLADA documents in Python"
arch=('any')
url="https://github.com/${gitname}/${gitname}"
license=("BSD3")