summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2019-05-21 06:12:04 -0400
committerDaniel Moch2019-05-21 06:12:04 -0400
commitff1ef2c79443626bc750fa7f0889cd44cc552285 (patch)
tree2c056ed5e79c862a28f157e3d356affd17bee331
parent9a49e18555ee1551cbb919c12ed3d5c752b47492 (diff)
downloadaur-ff1ef2c79443626bc750fa7f0889cd44cc552285.tar.gz
upgpkg: python-django-otp 0.6.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b459e9ddd9..ce062b8b65f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-otp
pkgdesc = A framework for adding two-factor authentication to Django using one-time passwords
- pkgver = 0.5.2
+ pkgver = 0.6.0
pkgrel = 1
url = https://bitbucket.org/psagers/django-otp
arch = any
@@ -8,11 +8,11 @@ pkgbase = python-django-otp
makedepends = python-setuptools
makedepends = python2-setuptools
optdepends = python-qrcode: For OTP setup with QR code
- source = django-otp-0.5.2.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-0.5.2.tar.gz
- source = django-otp-0.5.2.tar.gz.asc::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-0.5.2.tar.gz.asc
+ source = django-otp-0.6.0.tar.gz::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-0.6.0.tar.gz
+ source = django-otp-0.6.0.tar.gz.asc::https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-0.6.0.tar.gz.asc
validpgpkeys = 21024EE045D76BF8758F7A5B8B14DEF5236837D8
- sha256sums = 5756050ec09ecf8e6ce2b0f9f370ebd26249f326a1010a413b61c6a4c554f25f
- sha256sums = SKIP
+ sha512sums = c532ceab88d65bf3a5de3417c51505835fdf03c2d12ab47c0df4183d12288d49ee5da687df23ae819a71e5a2e93bc4ca2e2357486a10a8dc83861953dace212a
+ sha512sums = SKIP
pkgname = python-django-otp
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 040ec55a4359..61976a9e5856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp' 'python2-django-otp')
-pkgver=0.5.2
+pkgver=0.6.0
pkgrel=1
pkgdesc="A framework for adding two-factor authentication to Django using one-time passwords"
url="https://bitbucket.org/psagers/django-otp"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-$pkgver.tar.gz"
"${_name}-${pkgver}.tar.gz.asc::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-$pkgver.tar.gz.asc")
validpgpkeys=('21024EE045D76BF8758F7A5B8B14DEF5236837D8')
-sha256sums=('5756050ec09ecf8e6ce2b0f9f370ebd26249f326a1010a413b61c6a4c554f25f'
+sha512sums=('c532ceab88d65bf3a5de3417c51505835fdf03c2d12ab47c0df4183d12288d49ee5da687df23ae819a71e5a2e93bc4ca2e2357486a10a8dc83861953dace212a'
'SKIP')
prepare() {