summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryar2013-12-31 14:55:36 -0800
committeryar2013-12-31 14:55:36 -0800
commit68caa339e224df614052ccf9b0f2ac2f6dcf6057 (patch)
treedb3c638a30bdd96785d1ecab20377035603f38f5 /PKGBUILD
parente45af2c555d7418cb178ef572858969a2671d450 (diff)
downloadaur-68caa339e224df614052ccf9b0f2ac2f6dcf6057.tar.gz
pycollada: fix depends - use python2 packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fc19761ab16..9d40e264a323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="A python COLLADA library. Can be used to create, edit and load COLLADA
arch=('any')
url="https://github.com/pycollada/pycollada"
license=("BSD3")
-depends=('python-lxml' 'python-numpy' 'python-dateutil' 'python2-distribute')
+depends=('python2-lxml' 'python2-numpy' 'python2-dateutil' 'python2-distribute')
makedepends=('git')
_gitroot="git://github.com/pycollada/pycollada.git"