summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2021-12-20 14:14:49 +0100
committermschubert2021-12-20 14:14:49 +0100
commit63f753c8f421e865f7f97d5c3691f06ce4c9360c (patch)
tree8a794a0bba409b98c50f6dbabc07b32c5a289db7
parent9c741d383df7aec6e70e195545f7c35279561157 (diff)
downloadaur-63f753c8f421e865f7f97d5c3691f06ce4c9360c.tar.gz
relbump for py3.10 compat
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc855f05ccdc..2bb762ef9df0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ratelimiter
pkgdesc = Simple Python module providing rate limiting
pkgver = 1.2.0.post0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RazerM/ratelimiter
arch = any
license = Apache
@@ -12,4 +12,3 @@ pkgbase = python-ratelimiter
sha256sums = b8dbff5bdfd922126f20cd513473cfd0d61b017cd354cb641a3d50b62897eca9
pkgname = python-ratelimiter
-
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"