From 8e531c81cc6b17dd28b74c95fc5b583463c1eade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 28 Jul 2014 03:36:42 +0000 Subject: Mon Jul 28 03:31:06 UTC 2014 --- community/python-pygit2/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/python-pygit2/PKGBUILD') diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD index 9df58821a..d28de4901 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 116289 2014-07-24 03:35:26Z thestinger $ +# $Id: PKGBUILD 116448 2014-07-27 20:48:56Z thestinger $ # Maintainer: Daniel Micay pkgbase=python-pygit2 pkgname=(python-pygit2 python2-pygit2) pkgver=0.21.1 -pkgrel=1 +pkgrel=2 pkgdesc='Python bindings for libgit2' url="https://github.com/libgit2/pygit2" depends=(libgit2) @@ -16,7 +16,7 @@ md5sums=('b453f5483b3da061aa6063916a4b6255') package_python-pygit2() { cd pygit2-$pkgver - depends+=(python) + depends+=(python python-cffi) replaces=(python-libgit2) conflicts=(python-libgit2) LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1 @@ -24,7 +24,7 @@ package_python-pygit2() { package_python2-pygit2() { cd pygit2-$pkgver - depends+=(python2) + depends+=(python2 python2-cffi) replaces=(python2-libgit2) conflicts=(python2-libgit2) python2 setup.py install --root="$pkgdir" --optimize=1 -- cgit v1.2.2