summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-10-06 21:57:52 +0200
committerMichał Wojdyła2023-10-06 21:57:52 +0200
commitb20cc453ed8caec972b640276568944fac76662e (patch)
tree975529ddec59b13510661f5ea0681d27bb75637a
parentd2f0b6318334ed084b438d14da09cc522f6c1784 (diff)
downloadaur-b20cc453ed8caec972b640276568944fac76662e.tar.gz
update to 1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b50139f44cb5..c5100fd8c3a6 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.3
+ pkgver = 1.2.4
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.3.tar.gz::https://github.com/django-otp/django-otp/archive/refs/tags/v1.2.3.tar.gz
- sha512sums = 18c5b080078ee7bda621053b286314a7be120aba626e794d663d3e896803a46ce654681759b87628223b8019a588a2f2abafa58e6f4b8f9bf443ff1df25fcbf8
+ 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
pkgname = python-django-otp
diff --git a/PKGBUILD b/PKGBUILD
index fae02312e26d..a70c8def2cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.2.3
+pkgver=1.2.4
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=('18c5b080078ee7bda621053b286314a7be120aba626e794d663d3e896803a46ce654681759b87628223b8019a588a2f2abafa58e6f4b8f9bf443ff1df25fcbf8')
+sha512sums=('b4fc027798bbb2da5c845dcedd3df7a0beac136e2ee1542e3ad55652349b77fca79c62d7562dbf8c0820e04de28935ef915d2de50a8d9e43514078cc00a0bc1e')
build() {
cd "$srcdir/${_name}-${pkgver}"