summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e440d67259f..6e83180d7af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Doug Newgard <scimmia22 at outlook dot com>
pkgname=python-efl-svn
-pkgver=83832
+pkgver=84427
pkgrel=1
pkgdesc="Python bindings for the Enlightenment Foundataion Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3')
-depends=('elementary-svn' 'python')
+depends=('elementary-svn' 'python-dbus')
makedepends=('subversion' 'cython')
-options=('!libtool' '!emptydirs')
_svntrunk="http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/python-efl/"
_svnmod="python-efl"