summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-09-29 21:25:43 -0500
committerDoug Newgard2014-09-29 21:25:43 -0500
commitcaf826ccfe0fcdb4636d26827649c71e7911a016 (patch)
tree05e461410bd88fb0e3d08a5140857d7c8e366ea8
parent71257cd1b465083a97a395f46c9728a63f89a69d (diff)
downloadaur-caf826ccfe0fcdb4636d26827649c71e7911a016.tar.gz
Typo in pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 957c2a2ed69c..9be006d7f65d 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 Foundation Libraries
pkgver = 1.11.0
pkgrel = 1
url = http://www.enlightenment.org
diff --git a/PKGBUILD b/PKGBUILD
index 4961780d94ef..0bc8461f0b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=python-efl
pkgname=$_python-efl
pkgver=1.11.0
pkgrel=1
-pkgdesc="${_python^} bindings for the Enlightenment Foundataion Libraries"
+pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')