summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"