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

Caleb Maclennan alerque at gemini.archlinux.org
Thu Mar 24 18:23:55 UTC 2022


    Date: Thursday, March 24, 2022 @ 18:23:55
  Author: alerque
Revision: 1174895

upgpkg: python-pygit2 1.9.1-1

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 18:23:50 UTC (rev 1174894)
+++ PKGBUILD	2022-03-24 18:23:55 UTC (rev 1174895)
@@ -4,17 +4,17 @@
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgname=python-pygit2
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
 url="https://github.com/libgit2/pygit2"
 license=('GPL2')
-depends=('libgit2>=1:1.4.0' 'python-cffi' 'python-six' 'python-cached-property')
+depends=('libgit2' 'libgit2.so' 'python-cffi' 'python-six' 'python-cached-property')
 makedepends=('python-build' 'python-cffi' 'python-installer' 'python-setuptools' 'git' 'python-six' 'python-wheel')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz"::$url/archive/v$pkgver.tar.gz)
-sha256sums=('c4c04215eed965c9455b2736155695b08f0ffeaaf24299d9d33b0314499acdca')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5d73def26a59546f8759a3ff3c7224a7e73a16650cab7e3145a63702ee209fcc')
 
 prepare() {
 	cd "pygit2-$pkgver"



More information about the arch-commits mailing list