[arch-commits] Commit in python-django-extensions/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Jul 4 14:38:28 UTC 2020
Date: Saturday, July 4, 2020 @ 14:38:27
Author: alucryd
Revision: 657691
upgpkg: python-django-extensions 3.0.1-1
Modified:
python-django-extensions/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-04 14:24:16 UTC (rev 657690)
+++ PKGBUILD 2020-07-04 14:38:27 UTC (rev 657691)
@@ -6,7 +6,7 @@
# Contributor: Schnouki <thomas.jost at gmail.com>
pkgname=python-django-extensions
-pkgver=2.2.9
+pkgver=3.0.1
pkgrel=1
pkgdesc='A collection of custom extensions for the Django Framework'
arch=(any)
@@ -25,7 +25,8 @@
'ipython: shell_plus extension'
'python-werkzeug: runserver_plus extension'
)
-source=(git+https://github.com/django-extensions/django-extensions.git#tag=c2f200a9272c4a7bfc09fefa6d53b49fad8462a4)
+_tag=70964497a11b4320f5e585364dfe452310e301e3
+source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
sha256sums=(SKIP)
pkgver() {
More information about the arch-commits
mailing list