[arch-commits] Commit in python-pygit2/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Sun Jul 27 20:48:22 UTC 2014


    Date: Sunday, July 27, 2014 @ 22:48:22
  Author: thestinger
Revision: 116447

upgpkg: python-pygit2 0.21.1-2

Modified:
  python-pygit2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-27 20:05:54 UTC (rev 116446)
+++ PKGBUILD	2014-07-27 20:48:22 UTC (rev 116447)
@@ -4,7 +4,7 @@
 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 @@
 
 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_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




More information about the arch-commits mailing list