summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2017-05-09 22:27:25 +0200
committerAnthony Ruhier2017-05-09 22:27:25 +0200
commit7f091a498af153881d397ce159a834d5a8104753 (patch)
tree4bdb6f5e60ff42a5d0c74d064be8ef3a6886a058
parent53c54c19f325ff9707f068b9d3489f78ec2f7a2d (diff)
downloadaur-7f091a498af153881d397ce159a834d5a8104753.tar.gz
Forgot to update sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2177ff74d8d6..d75664c79e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-debug-toolbar
pkgdesc = A configurable set of panels that display various debug information about the current request/response.
pkgver = 1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jazzband/django-debug-toolbar
arch = any
license = BSD-3
@@ -11,7 +11,7 @@ pkgbase = python-django-debug-toolbar
makedepends = python2-setuptools
options = !emptydirs
source = https://github.com/jazzband/django-debug-toolbar/archive/1.8.tar.gz
- sha256sums = c566d0afa5252288e2dc36c987c14d60ed4e1b684c8ae4413aa76fa4b1e78b14
+ sha256sums = 267e82264696b1396f0f9b9385da3c8a8bcdff79b0f0ad5b616f8dd0034241f7
pkgname = python-django-debug-toolbar
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 889a98998b26..a176bea3846a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=python-django-debug-toolbar
_pkgbase="${pkgbase#python-}"
pkgname=(python-django-debug-toolbar python2-django-debug-toolbar)
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc='A configurable set of panels that display various debug information about the current request/response.'
arch=(any)
url='https://github.com/jazzband/django-debug-toolbar'
@@ -20,7 +20,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/jazzband/${_pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('c566d0afa5252288e2dc36c987c14d60ed4e1b684c8ae4413aa76fa4b1e78b14')
+sha256sums=('267e82264696b1396f0f9b9385da3c8a8bcdff79b0f0ad5b616f8dd0034241f7')
package_python-django-debug-toolbar() {
depends=('python-django>=1.8' 'python-sqlparse')