summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-09-14 23:02:32 +0200
committerMichal Wojdyla2021-09-14 23:02:32 +0200
commitdc65ac2e360191c1db8b676eb3c3b35137482f7f (patch)
tree55ceb905982a56295dbca2ac6b250100e0929958
parent4c8474251924cad80934ba9d14969db8175fe26e (diff)
downloadaur-dc65ac2e360191c1db8b676eb3c3b35137482f7f.tar.gz
update to 1.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a0ff8220ca8..05e66fbe87a2 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.0.6
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/django-otp/django-otp
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-django-otp
depends = python
depends = python-django
optdepends = python-qrcode: For OTP setup with QR code
- source = django-otp-1.0.6.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-1.0.6.tar.gz
- sha512sums = 712113b31df213bb6bf3cd3c69f74e1b4ba1882d22973d4506e67e9da3fec2d4507da09bed2ef2d93454bd722b7374f68c40a035538bc3578374e1e760e56660
+ 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
pkgname = python-django-otp
-
diff --git a/PKGBUILD b/PKGBUILD
index 02d77539cb53..29703ee62f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.0.6
+pkgver=1.1.1
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=('712113b31df213bb6bf3cd3c69f74e1b4ba1882d22973d4506e67e9da3fec2d4507da09bed2ef2d93454bd722b7374f68c40a035538bc3578374e1e760e56660')
+sha512sums=('4481d515041e13d02bf61c5539cc414f6d1851e183e4069ef74c18f156f6b6ae581e442d9c91ee19a2114bb1efcfed5954ea11248e953985c0fc8c6b0086d9bb')
build() {
cd "$srcdir/${_name}-${pkgver}"