diff options
-rw-r--r-- | python2-gitpython/PKGBUILD (renamed from gitpython/PKGBUILD) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gitpython/PKGBUILD b/python2-gitpython/PKGBUILD index 0a454e1..524eed6 100644 --- a/gitpython/PKGBUILD +++ b/python2-gitpython/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jon Bergli Heier <snakebite@jvnv.net> -pkgname=gitpython +pkgname=python2-gitpython pkgver=0.3.2_rc1 _pkgver=0.3.2.RC1 pkgrel=1 @@ -10,7 +10,8 @@ url="http://gitorious.org/git-python" license=('BSD') depends=('python2' 'git' 'python-gitdb>=0.5.1') makedepends=('python2' 'python2-distribute') -conflicts=('gitpython-git') +conflicts=('gitpython-git' 'gitpython') +replaces=('gitpython') source=("http://pypi.python.org/packages/source/G/GitPython/GitPython-${_pkgver}.tar.gz") md5sums=('849082fe29adc653a3621465213cab96') |