Date: Tuesday, July 21, 2020 @ 09:31:51 Author: alucryd Revision: 664686
upgpkg: python-pyfakefs 4.1.0-1 Modified: python-pyfakefs/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 07:20:05 UTC (rev 664685) +++ PKGBUILD 2020-07-21 09:31:51 UTC (rev 664686) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-pyfakefs -pkgver=4.0.2 +pkgver=4.1.0 pkgrel=1 pkgdesc='pyfakefs implements a fake file system that mocks the Python file system modules' url=https://github.com/jmcgeheeiv/pyfakefs/ @@ -15,7 +15,8 @@ checkdepends=( python-tox ) -source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=c0a5d83f6504cbac50c8bc6a923f4f2eda194c76) +_tag=8156087abaf5e6dcc111be6fbcbff7fbe1b39e95 +source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
