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

Maxime Gauduin alucryd at archlinux.org
Tue Jul 21 09:33:02 UTC 2020


    Date: Tuesday, July 21, 2020 @ 09:33:02
  Author: alucryd
Revision: 664692

upgpkg: python-graphql-core 3.1.2-1

Modified:
  python-graphql-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-21 09:32:45 UTC (rev 664691)
+++ PKGBUILD	2020-07-21 09:33:02 UTC (rev 664692)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-graphql-core
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='GraphQL base implementation for Python'
 url=https://github.com/graphql-python/graphql-core
@@ -16,7 +16,8 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/graphql-python/graphql-core.git#tag=1711fac8aa5cf7f4abf43c8ca0c460b896d2cc1b)
+_tag=3267c4c5c5ea06968beb59f16425de4a4b835ee1
+source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {



More information about the arch-commits mailing list