Date: Saturday, January 18, 2020 @ 14:18:52 Author: alucryd Revision: 552998
upgpkg: python-django-q 1.1.0-1 Modified: python-django-q/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-18 14:17:19 UTC (rev 552997) +++ PKGBUILD 2020-01-18 14:18:52 UTC (rev 552998) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-django-q -pkgver=.1.1.0 +pkgver=1.1.0 pkgrel=1 pkgdesc='A multiprocessing distributed task queue for Django' arch=(any) @@ -25,7 +25,7 @@ pkgver() { cd django-q - git describe --tags | sed 's/^v//' + git describe --tags | sed 's/^v.//' } build() {
