Date: Friday, October 16, 2020 @ 06:34:04 Author: alucryd Revision: 724318
upgpkg: python-graphene 3.0.0b5-1 Modified: python-graphene/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-16 06:12:23 UTC (rev 724317) +++ PKGBUILD 2020-10-16 06:34:04 UTC (rev 724318) @@ -2,7 +2,7 @@ # Contributor: Sven Schneider <[email protected]> pkgname=python-graphene -pkgver=3.0.0b2 +pkgver=3.0.0b5 pkgrel=1 pkgdesc='GraphQL framework for Python' arch=(any) @@ -18,7 +18,8 @@ git python-setuptools ) -source=(git+https://github.com/graphql-python/graphene.git#tag=df67e691298fd06568e22215cfb5901c883ed4e1) +_tag=29dd3f83916826eb302cf346dd7e73abe7f2517a +source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag}) sha512sums=(SKIP) pkgver() {
