Date: Thursday, October 10, 2019 @ 12:10:04 Author: alucryd Revision: 514451
upgpkg: hypercorn 0.9.0-1 Modified: hypercorn/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-10 12:02:49 UTC (rev 514450) +++ PKGBUILD 2019-10-10 12:10:04 UTC (rev 514451) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=hypercorn -pkgver=0.8.2 +pkgver=0.9.0 pkgrel=1 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn' url=https://gitlab.com/pgjones/hypercorn @@ -30,9 +30,15 @@ optdepends=( 'python-trio: trio support' ) -source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver}) -sha256sums=('SKIP') +source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=271712f8b0f943eb592f79339474a992dbad4d33) +sha256sums=(SKIP) +pkgver() { + cd hypercorn + + git describe --tags +} + build() { cd hypercorn
