Date: Thursday, March 12, 2020 @ 16:15:26 Author: alucryd Revision: 595306
upgpkg: python-django-modeltranslation 0.14.2-1 Modified: python-django-modeltranslation/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-12 16:07:27 UTC (rev 595305) +++ PKGBUILD 2020-03-12 16:15:26 UTC (rev 595306) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-django-modeltranslation -pkgver=0.12.2 -pkgrel=3 +pkgver=0.14.2 +pkgrel=1 pkgdesc='Translates Django models using a registration approach' arch=(any) url=https://github.com/deschler/django-modeltranslation @@ -15,6 +15,12 @@ source=(git+https://github.com/deschler/django-modeltranslation.git#tag=bb34e8cf96651ccd7a10b17f181eedb763c6cd0b) sha256sums=(SKIP) +pkgver() { + cd django-modeltranslation + + git describe --tags +} + build() { cd django-modeltranslation
