diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-10-19 22:35:51 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-10-19 22:35:51 +0200 |
commit | c449d24b099f39cb50f879da51ab2e45d884d3ca (patch) | |
tree | c264894e6a4d914b6d2a143efecfec2952eee3eb /gitpython | |
parent | 0432462dd42d00b6bb9fd7d468ceec581407c65d (diff) |
gitpython, python-gitdb, python-async: Minor PKGBUILD fixes.
Diffstat (limited to 'gitpython')
-rw-r--r-- | gitpython/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gitpython/PKGBUILD b/gitpython/PKGBUILD index a4b9d56..1282779 100644 --- a/gitpython/PKGBUILD +++ b/gitpython/PKGBUILD @@ -4,11 +4,10 @@ pkgver=0.3.0_beta2 _pkgver=0.3.0-beta2 pkgrel=1 pkgdesc="A python library used to interact with Git repositories" -arch=(i686 x86_64) +arch=('any') url="http://gitorious.org/git-python" license=('BSD') -depends=('git' 'python-gitdb') -makedepends=('git') +depends=('python2' 'git' 'python-gitdb') conflicts=('gitpython-git') source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${_pkgver}.tar.gz") md5sums=('88acb9fa2d61e4ca25664619fca0eda3') |