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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Nov 20 17:57:45 UTC 2017


    Date: Monday, November 20, 2017 @ 17:57:44
  Author: jlichtblau
Revision: 267620

upgpkg: python-pygit2 0.26.1-1 - new upstream release

Modified:
  python-pygit2/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-20 17:23:48 UTC (rev 267619)
+++ PKGBUILD	2017-11-20 17:57:44 UTC (rev 267620)
@@ -1,19 +1,20 @@
+# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
 # Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgbase=python-pygit2
 pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.26.0
+pkgver=0.26.1
 pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
 url="https://github.com/libgit2/pygit2"
 license=('GPL2')
-depends=('libgit2>=1:0.25.0')
+depends=('libgit2>=1:0.26.0')
 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")
-sha256sums=('fac1e73bf34ace399f5cbd0ea352d9924201bd496463ab60c406beec260feae1')
+sha256sums=('38674c027d44a967986bb2a3fbe2f937cca87a815e23fd24efe91f4af9b54787')
 
 package_python-pygit2() {
   depends+=('python-cffi' 'python-six')



More information about the arch-commits mailing list