summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-05-27 19:15:28 -0500
committerDoug Newgard2014-05-27 19:15:28 -0500
commit6d94bc3361d63528fe7459abcaa0a88a75336913 (patch)
tree9dad0ba7df4de1b7fe99bd1ed9fe75f1a263e085
parentf591c8e424d2121cbfecd67d2de8152cc1bfa914 (diff)
downloadaur-6d94bc3361d63528fe7459abcaa0a88a75336913.tar.gz
Capitalize first letter of pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de255c418ca2..61f84d10200a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-efl
- pkgdesc = python bindings for the Enlightenment Foundataion Libraries
+ pkgdesc = Python bindings for the Enlightenment Foundataion Libraries
pkgver = 1.9.0
pkgrel = 2
url = http://www.enlightenment.org
diff --git a/PKGBUILD b/PKGBUILD
index f385ba689bda..d103a7dba13f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=python-efl
pkgname=$_python-efl
pkgver=1.9.0
pkgrel=2
-pkgdesc="$_python bindings for the Enlightenment Foundataion Libraries"
+pkgdesc="${_python^} bindings for the Enlightenment Foundataion Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')