[arch-commits] Commit in python-django-modeltranslation/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue May 5 11:13:32 UTC 2020


    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 <alucryd at archlinux.org>
 
 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() {



More information about the arch-commits mailing list