summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd66f965c8b2..82766feaef4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgbase=django
pkgname=('python-django' 'python2-django')
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
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-setuptools' 'python' 'python-setuptools')
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz")
-md5sums=('45d974c623b3bfbf9976f3d808fe1ee9')
-sha256sums=('d1b3f8460e936f47846e7c4f80af951eda82a41c253c3a51ff3389863ff1c03a')
+md5sums=('727fec03f15db8f80a7231696b79adf7')
+sha256sums=('6d9d3c468f9a09470d00e85fe492ba35edfc72cee7fb65ad0281010eba58b8f1')
build() {
cd "$srcdir/Django-$pkgver"