[arch-commits] Commit in python-gitpython/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Nov 6 22:20:31 UTC 2020
Date: Friday, November 6, 2020 @ 22:20:30
Author: dvzrv
Revision: 744670
upgpkg: python-gitpython 3.1.11-1: Upgrade to 3.1.11.
Upstream broke a hardware key and had no backups: https://github.com/gitpython-developers/GitPython/issues/1055
Switch to '27C50E7F590947D7273A741E85194C08421980C9' as new key for source verification.
Modified:
python-gitpython/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-06 22:20:27 UTC (rev 744669)
+++ PKGBUILD 2020-11-06 22:20:30 UTC (rev 744670)
@@ -5,7 +5,7 @@
_name=gitpython
pkgdesc="A python library used to interact with Git repositories"
pkgname=python-gitpython
-pkgver=3.1.7
+pkgver=3.1.11
pkgrel=1
url="https://github.com/gitpython-developers/gitpython"
license=('BSD')
@@ -16,7 +16,7 @@
source=("git+https://github.com/gitpython-developers/gitpython.git#tag=${pkgver}?signed")
sha512sums=('SKIP')
b2sums=('SKIP')
-validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel (In Rust I trust!) <byronimo at gmail.com>
+validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel (In Rust I trust!) <byronimo at gmail.com>
build() {
cd "${_name}"
More information about the arch-commits
mailing list