summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordan2010-05-25 15:22:03 +0000
committerdan2010-05-25 15:22:03 +0000
commit7d4f31dae4158f6112480ef3637506119d61d00b (patch)
treed403b3ea551869fb0d6ca874fde8be13ab5750e0
parent5981c0ad6933416d01377d2a586a39466e20e871 (diff)
downloadaur-7d4f31dae4158f6112480ef3637506119d61d00b.tar.gz
upgpkg: django 1.2.1-1
Bump to 1.2.X version; going to testing first just for kicks since it has some non-backwards compat stuff git-svn-id: file:///srv/repos/svn-packages/svn@81009 eb2447ed-0c53-47e4-bac8-5bc4a241df78
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b8d62866999..6c9e6e115602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Wed Dec 30 18:02:47 UTC 2015
pkgbase = django
pkgdesc = A high-level Python Web framework.
- pkgver = 1.1.2
+ pkgver = 1.2.1
pkgrel = 1
url = http://www.djangoproject.com
arch = any
@@ -12,8 +12,9 @@ pkgbase = django
optdepends = mysql-python: for MySQL backend
optdepends = python-psycopg2: for PostgreSQL backend
optdepends = python-pysqlite: for SQlite backend
- source = http://media.djangoproject.com/releases/1.1/Django-1.1.2.tar.gz
- md5sums = 0a96440a50a25568cb6b77821e9fb91c
+ source = http://media.djangoproject.com/releases/1.2/Django-1.2.1.tar.gz
+ md5sums = 2351efb20f6b7b5d9ce80fa4cb1bd9ca
+ sha256sums = eaa29f2344568cc871c4517a348de0d5c39fbd055b4c998cd4a80601bb51e7b9
pkgname = django
diff --git a/PKGBUILD b/PKGBUILD
index f547dce31bf2..0fe82c6c6d4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=django
-pkgver=1.1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc="A high-level Python Web framework."
arch=('any')
@@ -16,8 +16,9 @@ makedepends=('setuptools')
optdepends=('mysql-python: for MySQL backend'
'python-psycopg2: for PostgreSQL backend'
'python-pysqlite: for SQlite backend')
-source=("http://media.djangoproject.com/releases/1.1/Django-$pkgver.tar.gz")
-md5sums=('0a96440a50a25568cb6b77821e9fb91c')
+source=("http://media.djangoproject.com/releases/1.2/Django-$pkgver.tar.gz")
+md5sums=('2351efb20f6b7b5d9ce80fa4cb1bd9ca')
+sha256sums=('eaa29f2344568cc871c4517a348de0d5c39fbd055b4c998cd4a80601bb51e7b9')
build() {
cd ${srcdir}/Django-$pkgver