summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Azzam2019-11-14 22:17:53 +0100
committerKevin Azzam2019-11-14 22:17:53 +0100
commit962c152307f41747b70cda879374c71488f18371 (patch)
tree2c45a2bf59921b16db0e0c560afed5e923a9e619 /PKGBUILD
parent8a72582eca8c6d82f5ca62d8f12192e14b351214 (diff)
downloadaur-962c152307f41747b70cda879374c71488f18371.tar.gz
Rebuild for python3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa2a7d773dd6..c4e910f5043b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pipname=django-environ
pkgbase=python-django-environ
pkgname=('python-django-environ')
pkgver=0.4.5
-pkgrel=1
+pkgrel=2
pkgdesc="Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application"
arch=('any')
url="https://github.com/joke2k/django-environ/"