Date: Monday, January 6, 2020 @ 14:18:45 Author: alucryd Revision: 549742
upgpkg: python-promise 2.3.0-1 Modified: python-promise/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-06 14:11:47 UTC (rev 549741) +++ PKGBUILD 2020-01-06 14:18:45 UTC (rev 549742) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-promise -pkgver=2.2.0 -pkgrel=3 +pkgver=2.3.0 +pkgrel=1 pkgdesc='Ultra-performant Promise implementation in Python' url=https://github.com/syrusakbary/promise arch=(any) @@ -14,9 +14,15 @@ git python-setuptools ) -source=(git+https://github.com/syrusakbary/promise.git#tag=v${pkgver}) +source=(git+https://github.com/syrusakbary/promise.git#tag=ad8ebe68cd9c9686793e3449457f175a0fe43226) sha256sums=(SKIP) +pkgver() { + cd promise + + git describe --tags | sed 's/^v//' +} + build() { cd promise
