Date: Saturday, June 13, 2020 @ 08:41:43 Author: alucryd Revision: 642838
upgpkg: python-django-q 1.2.4-1 Modified: python-django-q/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-13 08:41:25 UTC (rev 642837) +++ PKGBUILD 2020-06-13 08:41:43 UTC (rev 642838) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-django-q -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 pkgdesc='A multiprocessing distributed task queue for Django' arch=(any) @@ -19,7 +19,8 @@ git python-setuptools ) -source=(git+https://github.com/Koed00/django-q.git#tag=56982bdd268f490160d30c2552620fdd0083b9e9) +_tag=5d3f9fd9168054c3414591304dcbbe1614fb333a +source=(git+https://github.com/Koed00/django-q.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
