Date: Thursday, October 17, 2019 @ 18:57:31 Author: alucryd Revision: 516560
upgpkg: python-outcome 1.0.1-1 Modified: python-outcome/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-17 18:57:29 UTC (rev 516559) +++ PKGBUILD 2019-10-17 18:57:31 UTC (rev 516560) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-outcome -pkgver=1.0.0 -pkgrel=3 +pkgver=1.0.1 +pkgrel=1 pkgdesc='Capture the outcome of Python function calls' arch=(any) url=https://github.com/python-trio/outcome @@ -18,9 +18,15 @@ python-pytest-cov python-setuptools ) -source=(git+https://github.com/python-trio/outcome.git#tag=v${pkgver}) +source=(git+https://github.com/python-trio/outcome.git#tag=8f134767135f5236c952d37f7854903f7f196832) sha256sums=(SKIP) +pkgver() { + cd outcome + + git describe --tags | sed 's/^v//' +} + build() { cd outcome
