summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-05-05 01:37:40 +0200
committerMichał Wojdyła2023-05-05 01:37:40 +0200
commitc02bd605235a65bfa918ac5e40cac77163cbfaac (patch)
treec1a6ad4bd84ad4b92cf2205766f1ec3bce8457dd
parent3a1cc6d033559d4166ac57ab20dd94b247634183 (diff)
downloadaur-c02bd605235a65bfa918ac5e40cac77163cbfaac.tar.gz
python 3.11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6da8eb81858..039afd2fd1c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-otp
pkgdesc = A pluggable framework for adding two-factor authentication to Django using one-time passwords
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/django-otp/django-otp
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 80587addff02..9bfa2347389f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="A pluggable framework for adding two-factor authentication to Django using one-time passwords"
url="https://github.com/django-otp/django-otp"
license=('BSD')
@@ -23,7 +23,7 @@ build() {
check() {
cd "$srcdir/${_name}-${pkgver}"
- tox -e py310
+ tox -e py311
}
package() {