Date: Tuesday, July 21, 2020 @ 09:32:16 Author: alucryd Revision: 664688
upgpkg: python-rx 3.1.1-1 Modified: python-rx/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 09:31:56 UTC (rev 664687) +++ PKGBUILD 2020-07-21 09:32:16 UTC (rev 664688) @@ -3,7 +3,7 @@ # Contributor: Julien Nicoulaud <[email protected]> pkgname=python-rx -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=1 pkgdesc='Reactive Extensions for Python' arch=(any) @@ -20,7 +20,8 @@ python-pytest python-pytest-asyncio ) -source=(git+https://github.com/ReactiveX/RxPY.git#tag=4ed60bb5c04aa85de5210e5537a6adfe1b667d50) +_tag=f2642a87e6b4d5b3dc9a482323716cf15a6ef570 +source=(git+https://github.com/ReactiveX/RxPY.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
