summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-05-01 14:46:10 +0200
committerMichal Wojdyla2021-05-01 14:46:10 +0200
commitd4d42f58d233398a1d2465b05495d61cb0507029 (patch)
treed1573921e079e0d0e2fc40486a0fbeaac679d34f
parentb7da57c6dc989f9d52c5ac75f1a5890e6d1877ae (diff)
downloadaur-d4d42f58d233398a1d2465b05495d61cb0507029.tar.gz
update to 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f27a9423f886..f66ce37a38e2 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.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/django-otp/django-otp
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-django-otp
depends = python
depends = python-django
optdepends = python-qrcode: For OTP setup with QR code
- source = django-otp-1.0.3.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-1.0.3.tar.gz
- sha512sums = 57d62a02ab5a212a6a0aea9ddd26caef5ceff352e1be4a8e03088a037a4062fa3a5c967c562936710e1facdd289103d0e17845b7e45756ab8d8ba1c2c6eabab9
+ source = django-otp-1.0.4.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-1.0.4.tar.gz
+ sha512sums = 9a76fcf7b4dfff45843c1632060f1dc4ce09f3651ff74d48264e3c790ffe0d4f37d53353b2b68db74b74b392fbbbe4c142c5a11daf3867be0dc46a957838b63d
pkgname = python-django-otp
diff --git a/PKGBUILD b/PKGBUILD
index d45637f969f1..23a83d6f2996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.0.3
+pkgver=1.0.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"
@@ -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=('57d62a02ab5a212a6a0aea9ddd26caef5ceff352e1be4a8e03088a037a4062fa3a5c967c562936710e1facdd289103d0e17845b7e45756ab8d8ba1c2c6eabab9')
+sha512sums=('9a76fcf7b4dfff45843c1632060f1dc4ce09f3651ff74d48264e3c790ffe0d4f37d53353b2b68db74b74b392fbbbe4c142c5a11daf3867be0dc46a957838b63d')
build() {
cd "$srcdir/${_name}-${pkgver}"