Date: Tuesday, July 21, 2020 @ 09:33:44 Author: alucryd Revision: 664696
upgpkg: python-django-modeltranslation 0.15.1-1 Modified: python-django-modeltranslation/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 09:33:27 UTC (rev 664695) +++ PKGBUILD 2020-07-21 09:33:44 UTC (rev 664696) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-django-modeltranslation -pkgver=0.15.0 +pkgver=0.15.1 pkgrel=1 pkgdesc='Translates Django models using a registration approach' arch=(any) @@ -12,7 +12,8 @@ git python-setuptools ) -source=(git+https://github.com/deschler/django-modeltranslation.git#tag=3cad653a8c74cf6cf3409d4e81ffad8b50f751a5) +_tag=48127491217e4577e361f2e67a4ff66d4901bd40 +source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
