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

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 09:46:06 UTC 2021


    Date: Thursday, March 18, 2021 @ 09:46:05
  Author: alucryd
Revision: 894354

upgpkg: python-jellyfish 0.8.3-1

Modified:
  python-jellyfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 09:45:01 UTC (rev 894353)
+++ PKGBUILD	2021-03-18 09:46:05 UTC (rev 894354)
@@ -2,7 +2,7 @@
 # Contributor: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=python-jellyfish
-pkgver=v0.8.3
+pkgver=0.8.3
 pkgrel=1
 pkgdesc='A python library for doing approximate and phonetic matching of strings'
 arch=(x86_64)
@@ -36,7 +36,7 @@
 pkgver() {
   cd jellyfish
 
-  git describe --tags
+  git describe --tags | sed 's/^v//'
 }
 
 build() {



More information about the arch-commits mailing list