summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-01-03 17:41:23 -0600
committerDoug Newgard2014-01-03 17:41:23 -0600
commitc02ddf3a02a7fd225d34c7ab9100daf6b09ad2b4 (patch)
treef590f4be2edc11715d4a3605c98863f4d2d7ead9
parentf71c3888a596119ea1e0a112aec735ea6ee4c475 (diff)
downloadaur-c02ddf3a02a7fd225d34c7ab9100daf6b09ad2b4.tar.gz
Specify Development Version in pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 507481062982..65e65c01e514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-efl-git
- pkgdesc = python bindings for the Enlightenment Foundataion Libraries
+ pkgdesc = python bindings for the Enlightenment Foundataion Libraries - Development Version
pkgver = 1.8.99.r515.9089706
pkgrel = 1
url = http://www.enlightenment.org
diff --git a/PKGBUILD b/PKGBUILD
index 3dc64b8d87a1..4a82aca650a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=$_python-efl-git
_pkgname=python-efl
pkgver=1.8.99.r515.9089706
pkgrel=1
-pkgdesc="$_python bindings for the Enlightenment Foundataion Libraries"
+pkgdesc="$_python bindings for the Enlightenment Foundataion Libraries - Development Version"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')