Date: Thursday, November 24, 2022 @ 10:02:56
  Author: alerque
Revision: 1352114

upgpkg: python-pygit2 1.11.1-1

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-24 10:01:57 UTC (rev 1352113)
+++ PKGBUILD    2022-11-24 10:02:56 UTC (rev 1352114)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Micay <[email protected]>
 
 pkgname=python-pygit2
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
@@ -14,12 +14,12 @@
 makedepends=('cython' 'python-build' 'python-cffi' 'python-installer' 
'python-setuptools' 'git' 'python-six' 'python-wheel')
 checkdepends=('python-pytest-runner')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b53797c5ea378200ffdf9a575d71649d4b657f2501bed332a2a22b3495d273f2')
+sha256sums=('c352cf8712094b6fa997a24d76e906d13f02ad5f54f66ce2fb3fdc3890150546')
 
 prepare() {
        cd "pygit2-$pkgver"
        # Disable tests that do stuff online
-       sed -i -e '/has_network/s/True/False/' test/utils.py
+       sed -e '/has_network/s/True/False/' -i test/utils.py
 }
 
 build() {

Reply via email to