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

Dan McGee dan at archlinux.org
Tue Dec 11 15:17:25 UTC 2012


    Date: Tuesday, December 11, 2012 @ 10:17:25
  Author: dan
Revision: 173141

upgpkg: django 1.4.3-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-11 15:17:10 UTC (rev 173140)
+++ PKGBUILD	2012-12-11 15:17:25 UTC (rev 173141)
@@ -3,9 +3,9 @@
 # Contributor: Shahar Weiss <sweiss4 at gmx.net>
 
 pkgname=django
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
-pkgdesc="A high-level Python Web framework."
+pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
 arch=('any')
 license=('BSD')
 url="http://www.djangoproject.com/"
@@ -14,8 +14,8 @@
 optdepends=('mysql-python: for MySQL backend'
             'python2-psycopg2: for PostgreSQL backend')
 source=("https://www.djangoproject.com/m/releases/1.4/Django-$pkgver.tar.gz")
-md5sums=('6ffecdc01ad360e1abdca1015ae0893a')
-sha256sums=('edfd8733f45bbaa524cee25bcac3080ce28c21242c27227464eae3fa6b3d80e7')
+md5sums=('0b134c44b6dc8eb36822677ef506c9ab')
+sha256sums=('dcadb4b612e5d14f62078869617a26a79b3da719573801d351c4a0a7f4181c4e')
 
 build() {
   cd "$srcdir/Django-$pkgver"




More information about the arch-commits mailing list