Date: Thursday, April 14, 2016 @ 21:44:27
  Author: jlichtblau
Revision: 171081

upgpkg: python-pygit2 0.24.0-3 - FS#48906 fix

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-14 18:47:43 UTC (rev 171080)
+++ PKGBUILD    2016-04-14 19:44:27 UTC (rev 171081)
@@ -1,22 +1,23 @@
 # $Id$
 # Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
 # Maintainer: Daniel Micay <danielmi...@gmail.com>
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
 
 pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
+pkgname=('python-pygit2' 'python2-pygit2')
 pkgver=0.24.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for libgit2'
 arch=('i686' 'x86_64')
 url="https://github.com/libgit2/pygit2";
 license=('GPL2')
 depends=('libgit2>=1:0.24.0')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz";)
-md5sums=('135adc1c70129d904ec89315b91cc26a')
+sha256sums=('3648c59c62bbde683eec65ef3fb1d3db58e10b5dee15517461778ecf205971fb')
 
 package_python-pygit2() {
-  depends+=('python' 'python-cffi')
+  depends+=('python-cffi' 'python2-six')
   replaces=('python-libgit2')
   conflicts=('python-libgit2')
 
@@ -25,7 +26,7 @@
 }
 
 package_python2-pygit2() {
-  depends+=('python2' 'python2-cffi')
+  depends+=('python2-cffi' 'python2-six')
   replaces=('python2-libgit2')
   conflicts=('python2-libgit2')
 

Reply via email to