summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-11-28 21:18:54 +0100
committerMichał Wojdyła2023-11-28 21:18:54 +0100
commit8a93b19f702ca766a5e187bee80ec637f7e6e68e (patch)
tree25eae61e66e90425f0997a990299271c36e8ad56 /PKGBUILD
parentb20cc453ed8caec972b640276568944fac76662e (diff)
downloadaur-python-django-otp.tar.gz
update to 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a70c8def2cc7..73755201a970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=django-otp
pkgbase=python-django-otp
pkgname=('python-django-otp')
-pkgver=1.2.4
+pkgver=1.3.0
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"
@@ -14,7 +14,7 @@ makedepends=('python-build' 'python-hatchling' 'python-installer')
depends=('python-django')
checkdepends=('python-freezegun' 'python-qrcode')
source=("${_name}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('b4fc027798bbb2da5c845dcedd3df7a0beac136e2ee1542e3ad55652349b77fca79c62d7562dbf8c0820e04de28935ef915d2de50a8d9e43514078cc00a0bc1e')
+sha512sums=('d03e478146032db5d80e034dcd092763a5239cdaee989283a63370722ab2d04ac149761ddb920a5d1e5ddf86088bb559b6179e125d835d06388211fa6495765d')
build() {
cd "$srcdir/${_name}-${pkgver}"