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

Maxime Gauduin alucryd at archlinux.org
Sat May 30 13:30:37 UTC 2020


    Date: Saturday, May 30, 2020 @ 13:30:36
  Author: alucryd
Revision: 637425

upgpkg: python-graphene 3.0.0b2-1

Modified:
  python-graphene/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 13:28:54 UTC (rev 637424)
+++ PKGBUILD	2020-05-30 13:30:36 UTC (rev 637425)
@@ -2,8 +2,8 @@
 # Contributor: Sven Schneider <archlinux.sandmann at googlemail.com>
 
 pkgname=python-graphene
-pkgver=2.1.3
-pkgrel=2
+pkgver=3.0.0b2
+pkgrel=1
 pkgdesc='GraphQL framework for Python'
 arch=(any)
 url=https://graphene-python.org/
@@ -18,9 +18,15 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/graphql-python/graphene.git#tag=v${pkgver})
+source=(git+https://github.com/graphql-python/graphene.git#tag=df67e691298fd06568e22215cfb5901c883ed4e1)
 sha512sums=(SKIP)
 
+pkgver() {
+  cd graphene
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd graphene
 



More information about the arch-commits mailing list