summaryrefslogtreecommitdiff
path: root/python-gitdb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-gitdb/PKGBUILD')
-rw-r--r--python-gitdb/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-gitdb/PKGBUILD b/python-gitdb/PKGBUILD
index ff537fa..115d411 100644
--- a/python-gitdb/PKGBUILD
+++ b/python-gitdb/PKGBUILD
@@ -3,10 +3,10 @@ pkgname=python-gitdb
pkgver=0.5.1
pkgrel=1
pkgdesc="IO of git-style object databases"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://pypi.python.org/pypi/gitdb"
license=('BSD')
-depends=('python-async')
+depends=('python2' 'python-async')
source=("http://pypi.python.org/packages/source/g/gitdb/gitdb-${pkgver}.tar.gz")
md5sums=('235ae42aa3caf8d1427fd167ce267bdd')