Skip to content
Snippets Groups Projects
Commit de193b95 authored by Dan McGee's avatar Dan McGee
Browse files

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.
parent eedc08b2
Branches master
No related tags found
No related merge requests found
......@@ -4,20 +4,19 @@
# Contributor: Douglas Soares de Andrade <douglas@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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment