summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkmaeder2016-11-08 23:34:09 +0100
committerkmaeder2016-11-08 23:34:09 +0100
commit3145bec6f1b99388bfab50c0e6c2b7e87baa788b (patch)
tree1e1be4a91960201f0512034cf8cd4a5bc1153c25 /PKGBUILD
parenta27ec0037303bd9a7084761f01e29f3d5c843213 (diff)
downloadaur-python-django-debug-toolbar-git.tar.gz
changed arch and added dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 360bf93f966b..4db76495a985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-django-debug-toolbar-git
_gitname=django-debug-toolbar
-pkgver=1.5.r25.gef4bc2b
+pkgver=1.6.r9.gcef000a
pkgrel=1
pkgdesc="A configurable set of panels that display various debug information about the current request/response."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://django-debug-toolbar.readthedocs.io/"
license=('BSD')
-depends=('python' 'python-django')
+depends=('python' 'python-django' 'python-sqlparse')
conflicts=('python-django-debug-toolbar')
provides=('python-django-debug-toolbar')
makedepends=('git')