summaryrefslogtreecommitdiff
path: root/community/python-pygit2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pygit2/PKGBUILD')
-rw-r--r--community/python-pygit2/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD
index 3771a6d44..699b07c7c 100644
--- a/community/python-pygit2/PKGBUILD
+++ b/community/python-pygit2/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 109059 2014-04-09 23:39:38Z thestinger $
+# $Id: PKGBUILD 115212 2014-07-06 16:44:00Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgbase=python-pygit2
pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.20.3
-pkgrel=1
+pkgver=0.21.0
+pkgrel=0
pkgdesc='Python bindings for libgit2'
url="https://github.com/libgit2/pygit2"
depends=(libgit2)
-makedepends=(python python2)
+makedepends=(python-cffi python2-cffi)
arch=(i686 x86_64)
license=('GPL2')
source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('3002cc84ab85600a7eeca5611e20dca0')
+md5sums=('e72518f75fd8d960eefd3150f54aafaf')
package_python-pygit2() {
- cd "$srcdir/pygit2-$pkgver"
+ cd pygit2-$pkgver
depends+=(python)
replaces=(python-libgit2)
conflicts=(python-libgit2)
@@ -23,7 +23,7 @@ package_python-pygit2() {
}
package_python2-pygit2() {
- cd "$srcdir/pygit2-$pkgver"
+ cd pygit2-$pkgver
depends+=(python2)
replaces=(python2-libgit2)
conflicts=(python2-libgit2)