summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9679e88867d..145b16aecf37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-debug-toolbar
pkgdesc = A configurable set of panels that display various debug information about the current request/response.
- pkgver = 2.2
+ pkgver = 3.2
pkgrel = 1
url = https://github.com/jazzband/django-debug-toolbar
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-django-debug-toolbar
depends = python-sqlparse
conflicts = python-django-debug-toolbar-git
options = !emptydirs
- source = https://github.com/jazzband/django-debug-toolbar/archive/2.2.tar.gz
- sha256sums = 2f352bdeae58b447c24a6713abff570a37efae4e8a63c937baa99f69b8d96240
+ source = https://github.com/jazzband/django-debug-toolbar/archive/3.2.tar.gz
+ sha256sums = ffa8975f09e9acc18567bd11738a237002a6179ed0b9397e32faed70c5bd50b2
pkgname = python-django-debug-toolbar
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}"