summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2023-04-13 04:29:47 +0000
committerFelix Yan2023-04-13 04:29:47 +0000
commit261314d8ae19056380a8d53009beac89c2eabb70 (patch)
treea6a2cdd4b32c1eef70f642450bd28e93a5fe0c7d
parentf7f404b19e4816525f40234dce784c3fa2aa4976 (diff)
downloadaur-261314d8ae19056380a8d53009beac89c2eabb70.tar.gz
rebuild with python 3.11
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5573cb851848..9092ac1a085d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)