Date: Monday, March 2, 2020 @ 15:10:01 Author: alucryd Revision: 588518
upgpkg: python-rx 3.1.0-1 Modified: python-rx/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-02 15:06:50 UTC (rev 588517) +++ PKGBUILD 2020-03-02 15:10:01 UTC (rev 588518) @@ -3,8 +3,8 @@ # Contributor: Julien Nicoulaud <[email protected]> pkgname=python-rx -pkgver=3.0.1 -pkgrel=3 +pkgver=3.1.0 +pkgrel=1 pkgdesc='Reactive Extensions for Python' arch=(any) url=http://reactivex.io @@ -20,9 +20,15 @@ python-pytest python-pytest-asyncio ) -source=(git+https://github.com/ReactiveX/RxPY.git#tag=v${pkgver}) +source=(git+https://github.com/ReactiveX/RxPY.git#tag=4ed60bb5c04aa85de5210e5537a6adfe1b667d50) sha256sums=(SKIP) +pkgver() { + cd RxPY + + git describe --tags | sed 's/^v//' +} + build() { cd RxPY
