summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2020-12-09 00:01:25 +0000
committerAnthony Ruhier2020-12-09 00:01:25 +0000
commite7cacc438916efd6604e3ba5adabbde59376c172 (patch)
treee71a526de3489dc4c9bb83c1c6bff8d46c0a9bfa /PKGBUILD
parent8f00a74038463a6a740346c47ba79186acb121c3 (diff)
downloadaur-python-django-debug-toolbar.tar.gz
v3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d4824ac0684..e40fe4c27d82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=python-django-debug-toolbar
_pkgbase="${pkgbase#python-}"
pkgname=python-django-debug-toolbar
-pkgver=2.2
+pkgver=3.2
pkgrel=1
pkgdesc='A configurable set of panels that display various debug information about the current request/response.'
arch=(any)
@@ -20,7 +20,7 @@ depends=('python-django>=2.0' 'python-sqlparse')
conflicts=('python-django-debug-toolbar-git')
options=(!emptydirs)
source=("https://github.com/jazzband/${_pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('2f352bdeae58b447c24a6713abff570a37efae4e8a63c937baa99f69b8d96240')
+sha256sums=('ffa8975f09e9acc18567bd11738a237002a6179ed0b9397e32faed70c5bd50b2')
package_python-django-debug-toolbar() {
cd "${srcdir}/${_pkgbase}-${pkgver}"