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

Morten Linderud foxboron at gemini.archlinux.org
Mon May 2 22:44:10 UTC 2022


    Date: Monday, May 2, 2022 @ 22:44:10
  Author: foxboron
Revision: 1192354

upgpkg: python-slugify 6.1.2-1 - FS#74604: correct pkgver

Modified:
  python-slugify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 22:43:42 UTC (rev 1192353)
+++ PKGBUILD	2022-05-02 22:44:10 UTC (rev 1192354)
@@ -3,7 +3,7 @@
 # Contributor: Andrey Mikhaylenko <neithere at gmail.com>
 
 pkgname=python-slugify
-pkgver=v6.1.2
+pkgver=6.1.2
 pkgrel=1
 pkgdesc='A Python slugify application that handles unicode'
 arch=(any)
@@ -22,7 +22,7 @@
 pkgver() {
   cd python-slugify
 
-  git describe --tags
+  git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list