Date: Monday, January 25, 2021 @ 09:22:02
  Author: jlichtblau
Revision: 829425

upgpkg: python-pygit2 1.5.0-1 - new upstream release

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-01-25 09:19:06 UTC (rev 829424)
+++ PKGBUILD    2021-01-25 09:22:02 UTC (rev 829425)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Micay <[email protected]>
 
 pkgname=python-pygit2
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
 url="https://github.com/libgit2/pygit2";
@@ -13,7 +13,7 @@
 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)
-sha256sums=('d433234582af86b0733f33d27779d24cf2249c09b21f574ce7872b330241420c')
+sha256sums=('27f9918fe47b189387378923884928d69b18b8aacc54000edc0669f8741de2e4')
 
 build() {
        cd "pygit2-$pkgver"

Reply via email to