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

Lukas Fleischer lfleischer at archlinux.org
Fri Jul 7 13:08:21 UTC 2017


    Date: Friday, July 7, 2017 @ 13:08:20
  Author: lfleischer
Revision: 242838

upgpkg: python-pygit2 0.26.0-1

Upstream update.

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-07 13:05:46 UTC (rev 242837)
+++ PKGBUILD	2017-07-07 13:08:20 UTC (rev 242838)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pygit2
 pkgname=('python-pygit2' 'python2-pygit2')
-pkgver=0.25.1
+pkgver=0.26.0
 pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('i686' 'x86_64')
@@ -12,15 +12,9 @@
 license=('GPL2')
 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"
-        "https://github.com/libgit2/pygit2/commit/b88dc868423af2f760f649960112efd0e37e5335.patch")
-sha256sums=('4dae0cf99a0ed21b3e5c98dc8b170cbb20f1d8b6c73626caaf6eac2617d8acde'
-            '4cf18766e45781dccaeb30c81b668e23796e065d2408b5df11847d02bdc00757')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz")
+sha256sums=('fac1e73bf34ace399f5cbd0ea352d9924201bd496463ab60c406beec260feae1')
 
-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