summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-12-20 14:08:52 +0100
committermschubert2021-12-20 14:08:52 +0100
commit2dcbd287881272202c11f5d18b19c42be7e5d1bc (patch)
tree62b506bd7b9eb16d99486c46d2fdda3a1828492b /PKGBUILD
parentc1d3203a39d89ec22a127617b82c064d0db8bf31 (diff)
downloadaur-python-datrie.tar.gz
relbump for py3.10 compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 053488e636dc..17542fea486a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-datrie
_pkgname=datrie
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fast, efficiently stored Trie for Python. Uses libdatrie"
arch=('x86_64')
url="https://github.com/pytries/datrie"