summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2024-04-06 15:01:08 +0200
committerJelle van der Waa2024-04-06 15:01:08 +0200
commit678cf546cdaaa5dd38afe5be90bdc9876447eabf (patch)
tree2fe6414b2c8218462314a255449e6b2da6c8576f
parent261314d8ae19056380a8d53009beac89c2eabb70 (diff)
downloadaur-678cf546cdaaa5dd38afe5be90bdc9876447eabf.tar.gz
upgpkg: 0.6.2-3: Rebuild with Python 3.12
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD2
2 files changed, 18 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..da9357232116
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = python-editdistance
+ pkgdesc = Fast implementation of the edit distance(Levenshtein distance)
+ pkgver = 0.6.2
+ pkgrel = 3
+ url = https://github.com/aflc/editdistance
+ arch = x86_64
+ license = MIT
+ checkdepends = python-nose
+ makedepends = python-setuptools
+ makedepends = cython
+ depends = python
+ source = python-editdistance-0.6.2.tar.gz::https://github.com/aflc/editdistance/archive/v0.6.2.tar.gz
+ source = LICENSE
+ sha512sums = 8d44d310351c688180fb783d87922a954427618793fa6d15e1d231b4cf0efafd9ecfdfbbcf4453021ad189870d01eb72ea3ba4de57f333ffbb157bb4b8529cd2
+ sha512sums = 590232c1e7fa5aaaaa77573c4ea23533522177ca0ac07a0ce7f00e446d47467df2e19936ecb5e057fddc664d1daca39e2217cb5f6e3192ef5edf49b1f73e0f10
+
+pkgname = python-editdistance
diff --git a/PKGBUILD b/PKGBUILD
index 9092ac1a085d..ed99ea905b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-editdistance
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Fast implementation of the edit distance(Levenshtein distance)"
arch=('x86_64')
license=('MIT')