Date: Friday, October 16, 2020 @ 06:40:00 Author: alucryd Revision: 724322
upgpkg: python-pytest-trio 0.7.0-1 Modified: python-pytest-trio/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-16 06:36:21 UTC (rev 724321) +++ PKGBUILD 2020-10-16 06:40:00 UTC (rev 724322) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-pytest-trio -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=1 pkgdesc='Pytest plugin for Trio' arch=(any) @@ -25,7 +25,8 @@ python-pytest-cov python-trio-asyncio ) -source=(git+https://github.com/python-trio/pytest-trio.git#tag=8a719e611fa1f6d3facfb718192bc51fe55a2482) +_tag=51035fd839f873b470b33bac8bac6b7c1434b5b1 +source=(git+https://github.com/python-trio/pytest-trio.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
