Date: Saturday, May 30, 2020 @ 13:34:42 Author: alucryd Revision: 637427
upgpkg: python-graphql-server-core 2.0.0-1 Modified: python-graphql-server-core/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 13:30:41 UTC (rev 637426) +++ PKGBUILD 2020-05-30 13:34:42 UTC (rev 637427) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-graphql-server-core -pkgver=1.1.1 -pkgrel=2 +pkgver=2.0.0 +pkgrel=1 pkgdesc='Core package for using GraphQL in a custom server easily' url=https://github.com/graphql-python/graphql-server-core arch=(any) @@ -15,9 +15,15 @@ git python-setuptools ) -source=(git+https://github.com/graphql-python/graphql-server-core.git#commit=62fe600f592d70573c53aa59df1453a17955fc2a) +source=(git+https://github.com/graphql-python/graphql-server-core.git#tag=340236fa759917a51803583ba193074b34d584e1) sha256sums=(SKIP) +pkgver() { + cd graphql-server-core + + git describe --tags | sed 's/^v//' +} + build() { cd graphql-server-core
