summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2020-10-23 18:29:06 +0200
committerMichal Wojdyla2020-10-23 18:29:06 +0200
commitf548f83bcf3605deec9594c4def3bb1e63323f2f (patch)
tree6f99390109dc543bf45838f32fb02c3440d1532d
parent19238cffd6bcaa0da22c5f1a19910ee5148b5117 (diff)
downloadaur-f548f83bcf3605deec9594c4def3bb1e63323f2f.tar.gz
update to 1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d07fb2631e1..c525c0b87475 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.1
+ pkgver = 1.0.2
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.1.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-1.0.1.tar.gz
- sha512sums = d0b94641be27e905267ff0bc9670f358237c43d8ff7ef16fa135704ba1a98504222755111c82a3947c2f571ddf33e5d820b8bc5944ab692ff83d381566debb58
+ source = django-otp-1.0.2.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-1.0.2.tar.gz
+ sha512sums = 01439e7669b69ecdde6a52c20d9712c1714e6f008540f80f524b96dbaf86c6c4355aa378e9cf8f0434c1dc4822d551efe03c289795c5b460f1ec2c059ec7bbec
pkgname = python-django-otp
diff --git a/PKGBUILD b/PKGBUILD
index 31dfede78097..c99f76ddfa8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.0.1
+pkgver=1.0.2
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=('d0b94641be27e905267ff0bc9670f358237c43d8ff7ef16fa135704ba1a98504222755111c82a3947c2f571ddf33e5d820b8bc5944ab692ff83d381566debb58')
+sha512sums=('01439e7669b69ecdde6a52c20d9712c1714e6f008540f80f524b96dbaf86c6c4355aa378e9cf8f0434c1dc4822d551efe03c289795c5b460f1ec2c059ec7bbec')
build() {
cd "$srcdir/${_name}-${pkgver}"