[arch-commits] Commit in django/trunk (PKGBUILD)

Dan McGee dan at archlinux.org
Thu May 20 15:32:22 UTC 2010


    Date: Thursday, May 20, 2010 @ 11:32:22
  Author: dan
Revision: 80617

Version bump to 1.1.2

This does not take us all the way to 1.2 but it does move the package to the
'any' arch and will give people a chance to get ready for 1.2, which I will
probably put in [testing] for a short time first.

Modified:
  django/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-20 14:50:33 UTC (rev 80616)
+++ PKGBUILD	2010-05-20 15:32:22 UTC (rev 80617)
@@ -5,20 +5,19 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=django
-pkgver=1.1.1
-pkgrel=4
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="A high-level Python Web framework."
-arch=('i686' 'x86_64')
+arch=('any')
 license=('BSD')
 url="http://www.djangoproject.com"
 depends=('python')
 makedepends=('setuptools')
 optdepends=('mysql-python: for MySQL backend'
-	'psycopg1: for PostgreSQL backend'
-	'psycopg2: for PostgreSQL backend'
-	'python-pysqlite: for SQlite backend')
-source=("http://media.djangoproject.com/releases/$pkgver/Django-$pkgver.tar.gz")
-md5sums=('d7839c192e115f9c4dd8777de24dc21c')
+            'python-psycopg2: for PostgreSQL backend'
+            'python-pysqlite: for SQlite backend')
+source=("http://media.djangoproject.com/releases/1.1/Django-$pkgver.tar.gz")
+md5sums=('0a96440a50a25568cb6b77821e9fb91c')
 
 build() {
   cd ${srcdir}/Django-$pkgver




More information about the arch-commits mailing list