summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2024-05-06 09:55:36 -0500
committerBao Trinh2024-05-06 09:55:36 -0500
commitb9e41590ada0e8dca5ddfc4138ea62f860e32973 (patch)
tree862331ae60dbff242c86e0d30a43a1bd071650bd
parent5102a0755b53bc8aedba0605d30af1fb4728018e (diff)
downloadaur-python-rapidfuzz-capi.tar.gz
Bump pkgrel for python 3.12 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 760ba285f84f..76cd68891cd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rapidfuzz-capi
pkgdesc = C-API of RapidFuzz, which can be used to extend RapidFuzz from separate packages
pkgver = 1.0.5
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/maxbachmann/rapidfuzz_capi
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 00a7b07273e4..cee9196ea1dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=rapidfuzz_capi
pkgname=python-${_name/_/-}
pkgver=1.0.5
-pkgrel=5
+pkgrel=6
pkgdesc='C-API of RapidFuzz, which can be used to extend RapidFuzz from separate packages'
arch=(any)
url='https://github.com/maxbachmann/rapidfuzz_capi'