summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-06-08 14:28:34 -0500
committerDoug Newgard2015-06-08 14:28:34 -0500
commit611dc3f1b5608933120c948c575e6b2396ccc7fb (patch)
treead151065289254da90a765559ea784070a1049e4
parenta29fa8923d332a32042790e3ec06fe647167e345 (diff)
downloadaur-611dc3f1b5608933120c948c575e6b2396ccc7fb.tar.gz
Adapt for python2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8027f71cb7cc..daa58c950110 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = python-efl-git
- pkgdesc = Python bindings for the Enlightenment Foundation Libraries - Development Version
+pkgbase = python2-efl-git
+ pkgdesc = Python2 bindings for the Enlightenment Foundation Libraries - Development Version
pkgver = 1.14.0beta1.a914.9a19db3
pkgrel = 1
url = http://www.enlightenment.org
@@ -8,13 +8,13 @@ pkgbase = python-efl-git
license = LGPL3
license = GPL3
makedepends = git
- makedepends = cython
+ makedepends = cython2
depends = elementary>=1.14.0beta1.
- depends = python-dbus
- provides = python-efl=1.14.0beta1.a914.9a19db3
- conflicts = python-efl
+ depends = python2-dbus
+ provides = python2-efl=1.14.0beta1.a914.9a19db3
+ conflicts = python2-efl
source = git://git.enlightenment.org/bindings/python/python-efl.git
sha256sums = SKIP
-pkgname = python-efl-git
+pkgname = python2-efl-git
diff --git a/PKGBUILD b/PKGBUILD
index 95187b5522c2..98f7afb5f47b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Doug Newgard <scimmia at archlinux dot info>
-_python=python
+_python=python2
_pkgname=python-efl
pkgname=$_python-efl-git
pkgver=1.14.0beta1.a914.9a19db3