[arch-commits] Commit in python-django-extensions/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Aug 27 13:05:53 UTC 2018
Date: Monday, August 27, 2018 @ 13:05:53
Author: alucryd
Revision: 374749
upgpkg: python-django-extensions 2.1.1-1
Modified:
python-django-extensions/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-27 12:06:06 UTC (rev 374748)
+++ PKGBUILD 2018-08-27 13:05:53 UTC (rev 374749)
@@ -7,8 +7,8 @@
# Contributor: Schnouki <thomas.jost at gmail.com>
pkgname=python-django-extensions
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
pkgdesc='A collection of custom extensions for the Django Framework'
arch=('any')
url='http://github.com/django-extensions/django-extensions'
@@ -29,8 +29,7 @@
python setup.py build
}
-package_python-django-extensions() {
-
+package() {
cd django-extensions
python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
More information about the arch-commits
mailing list