Date: Tuesday, February 18, 2020 @ 07:50:41 Author: alucryd Revision: 575659
upgpkg: python-django-q 1.2.0-1 Modified: python-django-q/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-18 04:30:22 UTC (rev 575658) +++ PKGBUILD 2020-02-18 07:50:41 UTC (rev 575659) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-django-q -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc='A multiprocessing distributed task queue for Django' arch=(any) @@ -19,13 +19,13 @@ git python-setuptools ) -source=(git+https://github.com/Koed00/django-q.git#tag=3389e00f09b7ca542dd1b5d9d9de06f472f25622) +source=(git+https://github.com/Koed00/django-q.git#tag=17c1e2b651dad8becb2d7df196f4a0e648c1bdaf) sha256sums=(SKIP) pkgver() { cd django-q - git describe --tags | sed 's/^v.//' + git describe --tags | sed 's/^v//' } build() {
