summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2018-08-06 16:32:54 +0000
committerAnthony Ruhier2018-08-06 16:32:54 +0000
commit790b0e017031096db32d7ff63bb920f69afc8a51 (patch)
treed1ef8c8429910ae30420ddaf8d98ebf1dca1795b
parent7447c96b9932eacc0a455e5282d7cf068a54e211 (diff)
downloadaur-790b0e017031096db32d7ff63bb920f69afc8a51.tar.gz
Force upgrade for python 3.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 490913c5c9ed..17a308820b99 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.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jazzband/django-debug-toolbar
arch = any
license = BSD-3
diff --git a/PKGBUILD b/PKGBUILD
index 2f73063245ff..affb3d6f8b96 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.9
-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'