Date: Saturday, May 30, 2020 @ 13:28:48 Author: alucryd Revision: 637423
upgpkg: python-graphql-relay 3.0.0-1 Modified: python-graphql-relay/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 13:27:36 UTC (rev 637422) +++ PKGBUILD 2020-05-30 13:28:48 UTC (rev 637423) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-graphql-relay -pkgver=0.4.5 -pkgrel=3 +pkgver=3.0.0 +pkgrel=1 pkgdesc='A library to help construct a graphql-py server supporting react-relay' url=https://github.com/graphql-python/graphql-relay-py arch=(any) @@ -16,9 +16,15 @@ git python-setuptools ) -source=(git+https://github.com/graphql-python/graphql-relay-py.git#commit=48856fb3cf9e6c122535076a82d862bac3c21779) +source=(git+https://github.com/graphql-python/graphql-relay-py.git#tag=dfdb6351bc5cc10847f086dee5344aa0b43ce47d) sha256sums=(SKIP) +pkgver() { + cd graphql-relay-py + + git describe --tags | sed 's/^v//' +} + build() { cd graphql-relay-py
