summaryrefslogtreecommitdiff
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
parent0432462dd42d00b6bb9fd7d468ceec581407c65d (diff)
gitpython, python-gitdb, python-async: Minor PKGBUILD fixes.
-rw-r--r--gitpython/PKGBUILD5
-rw-r--r--python-async/PKGBUILD3
-rw-r--r--python-gitdb/PKGBUILD4
3 files changed, 6 insertions, 6 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')
diff --git a/python-async/PKGBUILD b/python-async/PKGBUILD
index e79125b..92adaaf 100644
--- a/python-async/PKGBUILD
+++ b/python-async/PKGBUILD
@@ -3,9 +3,10 @@ pkgname=python-async
pkgver=0.6.1
pkgrel=1
pkgdesc="Async aims to make writing asyncronous processing easier."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://pypi.python.org/pypi/async"
license=('BSD')
+depends=('python2')
source=("http://pypi.python.org/packages/source/a/async/async-${pkgver}.tar.gz")
md5sums=('c1804db06acea51444c216efe629c055')
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')