summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-11-28 21:18:54 +0100
committerMichał Wojdyła2023-11-28 21:18:54 +0100
commit8a93b19f702ca766a5e187bee80ec637f7e6e68e (patch)
tree25eae61e66e90425f0997a990299271c36e8ad56
parentb20cc453ed8caec972b640276568944fac76662e (diff)
downloadaur-python-django-otp.tar.gz
update to 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5100fd8c3a6..3bdf7c25298d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-otp
pkgdesc = A pluggable framework for adding two-factor authentication to Django using one-time passwords
- pkgver = 1.2.4
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/django-otp/django-otp
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-django-otp
makedepends = python-installer
depends = python-django
optdepends = python-qrcode: For OTP setup with QR code
- source = django-otp-1.2.4.tar.gz::https://github.com/django-otp/django-otp/archive/refs/tags/v1.2.4.tar.gz
- sha512sums = b4fc027798bbb2da5c845dcedd3df7a0beac136e2ee1542e3ad55652349b77fca79c62d7562dbf8c0820e04de28935ef915d2de50a8d9e43514078cc00a0bc1e
+ source = django-otp-1.3.0.tar.gz::https://github.com/django-otp/django-otp/archive/refs/tags/v1.3.0.tar.gz
+ sha512sums = d03e478146032db5d80e034dcd092763a5239cdaee989283a63370722ab2d04ac149761ddb920a5d1e5ddf86088bb559b6179e125d835d06388211fa6495765d
pkgname = python-django-otp
diff --git a/PKGBUILD b/PKGBUILD
index a70c8def2cc7..73755201a970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.2.4
+pkgver=1.3.0
pkgrel=1
pkgdesc="A pluggable framework for adding two-factor authentication to Django using one-time passwords"
url="https://github.com/django-otp/django-otp"
@@ -14,7 +14,7 @@ makedepends=('python-build' 'python-hatchling' 'python-installer')
depends=('python-django')
checkdepends=('python-freezegun' 'python-qrcode')
source=("${_name}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('b4fc027798bbb2da5c845dcedd3df7a0beac136e2ee1542e3ad55652349b77fca79c62d7562dbf8c0820e04de28935ef915d2de50a8d9e43514078cc00a0bc1e')
+sha512sums=('d03e478146032db5d80e034dcd092763a5239cdaee989283a63370722ab2d04ac149761ddb920a5d1e5ddf86088bb559b6179e125d835d06388211fa6495765d')
build() {
cd "$srcdir/${_name}-${pkgver}"