[arch-commits] Commit in django/trunk (PKGBUILD)
Ángel Velásquez
angvp at nymeria.archlinux.org
Sat Aug 17 10:39:27 UTC 2013
Date: Saturday, August 17, 2013 @ 12:39:27
Author: angvp
Revision: 193156
upgpkg: django 1.5.2-2
Changed dependencies to setuptools instead distribute
Modified:
django/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-17 10:31:32 UTC (rev 193155)
+++ PKGBUILD 2013-08-17 10:39:27 UTC (rev 193156)
@@ -5,12 +5,12 @@
pkgbase=django
pkgname=('python-django' 'python2-django')
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
license=('BSD')
url="http://www.djangoproject.com/"
-makedepends=('python2' 'python2-distribute' 'python' 'python-distribute')
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz")
md5sums=('26e83e6394a15a86212777d5f61eae86')
sha256sums=('9a4b19adaaa096843425d426ffbeb928e85d861ff9c106527cb747dc67b434da')
More information about the arch-commits
mailing list