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

Maxime Gauduin alucryd at archlinux.org
Thu May 6 09:17:52 UTC 2021


    Date: Thursday, May 6, 2021 @ 09:17:52
  Author: alucryd
Revision: 414488

upgpkg: python-fastimport 0.9.12-1

Modified:
  python-fastimport/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 08:14:16 UTC (rev 414487)
+++ PKGBUILD	2021-05-06 09:17:52 UTC (rev 414488)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=python-fastimport
-pkgver=0.9.8
-pkgrel=3
+pkgver=0.9.12
+pkgrel=1
 pkgdesc='VCS fastimport/fastexport parser'
 arch=(any)
 url=https://github.com/jelmer/python-fastimport
@@ -13,24 +13,23 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/jelmer/python-fastimport.git#tag=fd59e7d835b63d1c9181c4c84dd311d9d6da6d6b)
+_tag=7359e3fba62baf2c0d1af6bf9a4b6aba3b068bd4
+source=(git+https://github.com/jelmer/python-fastimport.git?signed#tag=${_tag})
+validpgpkeys=(DC837EE14A7E37347E87061700806F2BD729A457) # Jelmer Vernooij <jelmer at jelmer.uk>
 sha256sums=(SKIP)
 
 pkgver() {
   cd python-fastimport
-
   git describe --tags | sed 's/fastimport-//'
 }
 
 build() {
   cd python-fastimport
-
   python setup.py build
 }
 
 package() {
   cd python-fastimport
-
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
 



More information about the arch-commits mailing list