Date: Tuesday, May 5, 2020 @ 11:13:31
  Author: alucryd
Revision: 624911

upgpkg: python-django-modeltranslation 0.15.0-1

Modified:
  python-django-modeltranslation/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-05 11:10:17 UTC (rev 624910)
+++ PKGBUILD    2020-05-05 11:13:31 UTC (rev 624911)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <[email protected]>
 
 pkgname=python-django-modeltranslation
-pkgver=v0.15.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Translates Django models using a registration approach'
 arch=(any)
@@ -18,7 +18,7 @@
 pkgver() {
   cd django-modeltranslation
 
-  git describe --tags
+  git describe --tags | sed 's/^v//'
 }
 
 build() {

Reply via email to