summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-12-20 14:14:49 +0100
committermschubert2021-12-20 14:14:49 +0100
commit63f753c8f421e865f7f97d5c3691f06ce4c9360c (patch)
tree8a794a0bba409b98c50f6dbabc07b32c5a289db7 /PKGBUILD
parent9c741d383df7aec6e70e195545f7c35279561157 (diff)
downloadaur-63f753c8f421e865f7f97d5c3691f06ce4c9360c.tar.gz
relbump for py3.10 compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af5466a44a5e..bf2ef696745d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Michael Schubert <mschu.dev at gmail>
+# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
# Contributor: Kyle Meyer <kyle@kyleam.com> https://github.com/kyleam/maint-aur
pkgname=python-ratelimiter
_pkgname=${pkgname#python-}
pkgver=1.2.0.post0
-pkgrel=2
+pkgrel=3
pkgdesc='Simple Python module providing rate limiting'
arch=('any')
url="https://github.com/RazerM/ratelimiter"