summaryrefslogtreecommitdiff
path: root/python-gitdb/PKGBUILD
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-10-19 22:35:51 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-10-19 22:35:51 +0200
commitc449d24b099f39cb50f879da51ab2e45d884d3ca (patch)
treec264894e6a4d914b6d2a143efecfec2952eee3eb /python-gitdb/PKGBUILD
parent0432462dd42d00b6bb9fd7d468ceec581407c65d (diff)
gitpython, python-gitdb, python-async: Minor PKGBUILD fixes.
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')