[arch-commits] Commit in python-pygit2/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jun 25 20:43:07 UTC 2016
Date: Saturday, June 25, 2016 @ 20:43:06
Author: jlichtblau
Revision: 181183
upgpkg: python-pygit2 0.24.1-1 - new upstream release
FS#49838 fixed
Modified:
python-pygit2/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-25 16:34:12 UTC (rev 181182)
+++ PKGBUILD 2016-06-25 20:43:06 UTC (rev 181183)
@@ -5,8 +5,8 @@
pkgbase=python-pygit2
pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.24.0
-pkgrel=3
+pkgver=0.24.1
+pkgrel=1
pkgdesc='Python bindings for libgit2'
arch=('i686' 'x86_64')
url="https://github.com/libgit2/pygit2"
@@ -14,10 +14,10 @@
depends=('libgit2>=1:0.24.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=('3648c59c62bbde683eec65ef3fb1d3db58e10b5dee15517461778ecf205971fb')
+sha256sums=('e62bd35c39b4dec64a8a35ab688e98352603c21a6b254473763868a45110fb47')
package_python-pygit2() {
- depends+=('python-cffi' 'python2-six')
+ depends+=('python-cffi' 'python-six')
replaces=('python-libgit2')
conflicts=('python-libgit2')
More information about the arch-commits
mailing list