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

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 09:44:56 UTC 2021


    Date: Thursday, March 18, 2021 @ 09:44:55
  Author: alucryd
Revision: 894352

upgpkg: python-jellyfish v0.8.3-1

Modified:
  python-jellyfish/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 09:39:37 UTC (rev 894351)
+++ PKGBUILD	2021-03-18 09:44:55 UTC (rev 894352)
@@ -2,8 +2,8 @@
 # Contributor: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=python-jellyfish
-pkgver=0.8.2
-pkgrel=3
+pkgver=v0.8.3
+pkgrel=1
 pkgdesc='A python library for doing approximate and phonetic matching of strings'
 arch=(x86_64)
 url='https://github.com/jamesturk/jellyfish'
@@ -13,8 +13,9 @@
   git
   python-setuptools
 )
+_tag=081b6e2fb6830c70cf6a13af6eb66cdf3ba8e06b
 source=(
-  git+https://github.com/jamesturk/jellyfish.git#tag=a5983092df14a45ab0cf0c3a8a071a3eb66f8e9a
+  git+https://github.com/jamesturk/jellyfish.git#tag=${_tag}
   git+https://github.com/jamesturk/cjellyfish.git
 )
 sha256sums=(
@@ -22,12 +23,6 @@
   SKIP
 )
 
-pkgver() {
-  cd jellyfish
-
-  git describe --tags
-}
-
 prepare() {
   cd jellyfish
 
@@ -36,7 +31,12 @@
     git config submodule.${submodule}.url ../${submodule}
     git submodule update ${submodule}
   done
+}
 
+pkgver() {
+  cd jellyfish
+
+  git describe --tags
 }
 
 build() {



More information about the arch-commits mailing list