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

Lukas Fleischer lfleischer at archlinux.org
Sun May 7 05:35:10 UTC 2017


    Date: Sunday, May 7, 2017 @ 05:35:10
  Author: lfleischer
Revision: 227233

upgpkg: python-pygit2 0.25.1-1

Upstream update.

Modified:
  python-pygit2/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-07 01:16:26 UTC (rev 227232)
+++ PKGBUILD	2017-05-07 05:35:10 UTC (rev 227233)
@@ -4,17 +4,23 @@
 
 pkgbase=python-pygit2
 pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.25.0
+pkgver=0.25.1
 pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('i686' 'x86_64')
 url="https://github.com/libgit2/pygit2"
 license=('GPL2')
-depends=('libgit2>=1:0.24.0')
+depends=('libgit2>=1:0.25.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=('488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz"
+        "https://github.com/libgit2/pygit2/commit/b88dc868423af2f760f649960112efd0e37e5335.patch")
+sha256sums=('4dae0cf99a0ed21b3e5c98dc8b170cbb20f1d8b6c73626caaf6eac2617d8acde'
+            '4cf18766e45781dccaeb30c81b668e23796e065d2408b5df11847d02bdc00757')
 
+prepare() {
+  patch -d "pygit2-$pkgver" -p1 -i ../b88dc868423af2f760f649960112efd0e37e5335.patch
+}
+
 package_python-pygit2() {
   depends+=('python-cffi' 'python-six')
   replaces=('python-libgit2')



More information about the arch-commits mailing list