summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-03-10 00:12:03 +0100
committerMichał Wojdyła2023-03-10 00:12:03 +0100
commit3a1cc6d033559d4166ac57ab20dd94b247634183 (patch)
treea410618c55410511967cf1e5bed13d54cd076b6a
parentf20a34b54afded255f192342c3d7ce2b13f04bee (diff)
downloadaur-3a1cc6d033559d4166ac57ab20dd94b247634183.tar.gz
update to 1.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a21f08a9358..e6da8eb81858 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.4
+ pkgver = 1.1.6
pkgrel = 1
url = https://github.com/django-otp/django-otp
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-django-otp
makedepends = python-setuptools
depends = python-django
optdepends = python-qrcode: For OTP setup with QR code
- source = django-otp-1.1.4.tar.gz::https://github.com/django-otp/django-otp/archive/refs/tags/v1.1.4.tar.gz
- sha512sums = 6bf6fbb6fe274bb8cd5de1ae31fad2bcb019332d3b10faffcffcd1f68a1160dffc2093eaadfd684c91372522e0132198df00da9e8cd0249124fd7020d63b91c3
+ source = django-otp-1.1.6.tar.gz::https://github.com/django-otp/django-otp/archive/refs/tags/v1.1.6.tar.gz
+ sha512sums = 58c64651a5b274542bf09604daf3e59fdb0ea4eb96e7d14e59fd10a042d86cffb5df462191198f12320ea706f4d9aa651ef2c79ad7aa33e9d4ba0d157d90f4fb
pkgname = python-django-otp
diff --git a/PKGBUILD b/PKGBUILD
index b89df655d874..80587addff02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.1.4
+pkgver=1.1.6
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-setuptools')
depends=('python-django')
checkdepends=('python-tox')
source=("${_name}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('6bf6fbb6fe274bb8cd5de1ae31fad2bcb019332d3b10faffcffcd1f68a1160dffc2093eaadfd684c91372522e0132198df00da9e8cd0249124fd7020d63b91c3')
+sha512sums=('58c64651a5b274542bf09604daf3e59fdb0ea4eb96e7d14e59fd10a042d86cffb5df462191198f12320ea706f4d9aa651ef2c79ad7aa33e9d4ba0d157d90f4fb')
build() {
cd "$srcdir/${_name}-${pkgver}"