Date: Wednesday, January 29, 2020 @ 09:17:52 Author: alucryd Revision: 558492
upgpkg: python-graphql-core 2.3.1-1 Modified: python-graphql-core/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-29 09:15:26 UTC (rev 558491) +++ PKGBUILD 2020-01-29 09:17:52 UTC (rev 558492) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-graphql-core -pkgver=2.2.1 -pkgrel=3 +pkgver=2.3.1 +pkgrel=1 pkgdesc='GraphQL base implementation for Python' url=https://github.com/graphql-python/graphql-core arch=(any) @@ -16,9 +16,15 @@ git python-setuptools ) -source=(git+https://github.com/graphql-python/graphql-core.git#tag=v${pkgver}) -sha256sums=('SKIP') +source=(git+https://github.com/graphql-python/graphql-core.git#tag=fe703f0d176c78b205d2abf929193f1e910fe4a0) +sha256sums=(SKIP) +pkgver() { + cd graphql-core + + git describe --tags | sed 's/^v//' +} + build() { cd graphql-core
