Date: Thursday, April 13, 2023 @ 04:29:47
  Author: felixonmars
Revision: 474011

upgpkg: python-editdistance 0.6.2-2: rebuild with python 3.11

Modified:
  python-editdistance/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-13 04:08:55 UTC (rev 474010)
+++ PKGBUILD    2023-04-13 04:29:47 UTC (rev 474011)
@@ -2,13 +2,13 @@
 
 pkgname=python-editdistance
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast implementation of the edit distance(Levenshtein distance)"
 arch=('x86_64')
 license=('MIT')
 url="https://github.com/aflc/editdistance";
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'cython')
 checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/aflc/editdistance/archive/v$pkgver.tar.gz";
         LICENSE)

Reply via email to