summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-12-01 17:56:57 +0100
committerMichal Wojdyla2021-12-01 17:56:57 +0100
commit4b47daed28769695296ccf2a4d5a4666c4542fce (patch)
treecd4f3326036e1616e71bdea29cc2e06c383f7c9b
parentdc65ac2e360191c1db8b676eb3c3b35137482f7f (diff)
downloadaur-4b47daed28769695296ccf2a4d5a4666c4542fce.tar.gz
update to 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e66fbe87a2..8c7d080cb992 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.1.1
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/django-otp/django-otp
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-django-otp
depends = python
depends = python-django
optdepends = python-qrcode: For OTP setup with QR code
- source = django-otp-1.1.1.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-1.1.1.tar.gz
- sha512sums = 4481d515041e13d02bf61c5539cc414f6d1851e183e4069ef74c18f156f6b6ae581e442d9c91ee19a2114bb1efcfed5954ea11248e953985c0fc8c6b0086d9bb
+ source = django-otp-1.1.3.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-1.1.3.tar.gz
+ sha512sums = 19dd7899afe9e275209176e878879467bbfd72e272be88878d4c862af9627f2beb6359619284210db3cbe98d51057fbbd13e7c5999a69a6034502c742bf2c808
pkgname = python-django-otp
diff --git a/PKGBUILD b/PKGBUILD
index 29703ee62f1c..8c9bb8d5d412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.1.1
+pkgver=1.1.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"
@@ -13,7 +13,7 @@ optdepends=('python-qrcode: For OTP setup with QR code')
makedepends=('python-setuptools')
depends=('python' 'python-django')
source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-$pkgver.tar.gz")
-sha512sums=('4481d515041e13d02bf61c5539cc414f6d1851e183e4069ef74c18f156f6b6ae581e442d9c91ee19a2114bb1efcfed5954ea11248e953985c0fc8c6b0086d9bb')
+sha512sums=('19dd7899afe9e275209176e878879467bbfd72e272be88878d4c862af9627f2beb6359619284210db3cbe98d51057fbbd13e7c5999a69a6034502c742bf2c808')
build() {
cd "$srcdir/${_name}-${pkgver}"