summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-09-20 06:23:45 +0200
committerMichał Wojdyła2023-09-20 06:23:45 +0200
commitd2f0b6318334ed084b438d14da09cc522f6c1784 (patch)
tree0a50368d5e99341d055ee956bed02be78e293675
parent13902f6683a3cfa0c52f18363c141b86a0541120 (diff)
downloadaur-d2f0b6318334ed084b438d14da09cc522f6c1784.tar.gz
update to 1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab2f6252aa3..b50139f44cb5 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.2
+ pkgver = 1.2.3
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.2.tar.gz::https://github.com/django-otp/django-otp/archive/refs/tags/v1.2.2.tar.gz
- sha512sums = e6201c8131e07bbb4f41aeb9f5670c06573be63950d34ffa4d225fada503ee7bdf360609bd72b7f683567e149510abd5d50d4fd30bab107a32c9a0f5122cce6a
+ 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
pkgname = python-django-otp
diff --git a/PKGBUILD b/PKGBUILD
index 2befe7569de6..fae02312e26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.2.2
+pkgver=1.2.3
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=('e6201c8131e07bbb4f41aeb9f5670c06573be63950d34ffa4d225fada503ee7bdf360609bd72b7f683567e149510abd5d50d4fd30bab107a32c9a0f5122cce6a')
+sha512sums=('18c5b080078ee7bda621053b286314a7be120aba626e794d663d3e896803a46ce654681759b87628223b8019a588a2f2abafa58e6f4b8f9bf443ff1df25fcbf8')
build() {
cd "$srcdir/${_name}-${pkgver}"