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

Lukas Fleischer lfleischer at archlinux.org
Wed Mar 18 14:04:32 UTC 2020


    Date: Wednesday, March 18, 2020 @ 14:04:32
  Author: lfleischer
Revision: 600548

upgpkg: python-pygit2 1.1.1-1: upstream update

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 14:03:05 UTC (rev 600547)
+++ PKGBUILD	2020-03-18 14:04:32 UTC (rev 600548)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgname=python-pygit2
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
 url="https://github.com/libgit2/pygit2"
@@ -12,19 +12,9 @@
 depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six')
 makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
-        https://github.com/libgit2/pygit2/commit/0328605c855a1a52bde4bd41d507f161cf7b224f.patch
-		https://github.com/libgit2/pygit2/commit/7a06a54a149e09e9e442a6dd0a2799ceeb2a843c.patch)
-sha256sums=('d6428fd4cd5263c76842675519b85874cfbb79db02bc32523eb784573c328a5b'
-            '20ac8232a3aea678aaa9271304643fc1d767a545b7849ed9ef14a18cbeab5da7'
-            '5ee521c55d51a40ff07577f5adec33c9694aa7dbe164086bd7ce5038cc101f68')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('0d3d271fe6538e990847009f5c1a80d372f6192365bf461759c809f31d1bd3a6')
 
-prepare() {
-	cd "pygit2-$pkgver"
-	patch -p1 -i ../0328605c855a1a52bde4bd41d507f161cf7b224f.patch
-	patch -p1 -i ../7a06a54a149e09e9e442a6dd0a2799ceeb2a843c.patch
-}
-
 build() {
 	cd "pygit2-$pkgver"
 	python setup.py build



More information about the arch-commits mailing list