summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordan2014-02-07 00:11:57 +0000
committersvntogit2014-02-07 00:11:57 +0000
commit87dd4778b02faec449c910f9e1989298b33e04e5 (patch)
tree3a3f23404c4cb5f89834ac9b0834470732c1dbad
parent96efa2c3c4fb4a0cc28be03f41247a2ad378812f (diff)
downloadaur-87dd4778b02faec449c910f9e1989298b33e04e5.tar.gz
upgpkg: django 1.6.2-1
git-svn-id: file:///srv/repos/svn-packages/svn@205553 eb2447ed-0c53-47e4-bac8-5bc4a241df78
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24da5c4d9c06..d13516fc4324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 18:02:52 UTC 2015
+# Wed Dec 30 18:02:56 UTC 2015
pkgbase = django
pkgdesc = A high-level Python Web framework that encourages rapid development and clean design
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = http://www.djangoproject.com/
arch = any
@@ -11,9 +11,9 @@ pkgbase = django
makedepends = python2-setuptools
makedepends = python
makedepends = python-setuptools
- source = https://www.djangoproject.com/m/releases/1.6/Django-1.6.1.tar.gz
- md5sums = 3ea7a00ea9e7a014e8a4067dd6466a1b
- sha256sums = cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06
+ source = https://www.djangoproject.com/m/releases/1.6/Django-1.6.2.tar.gz
+ md5sums = 45d974c623b3bfbf9976f3d808fe1ee9
+ sha256sums = d1b3f8460e936f47846e7c4f80af951eda82a41c253c3a51ff3389863ff1c03a
pkgname = python-django
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 4d7ff0372847..db9c10871d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=django
pkgname=('python-django' 'python2-django')
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
@@ -12,8 +12,8 @@ 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=('3ea7a00ea9e7a014e8a4067dd6466a1b')
-sha256sums=('cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06')
+md5sums=('45d974c623b3bfbf9976f3d808fe1ee9')
+sha256sums=('d1b3f8460e936f47846e7c4f80af951eda82a41c253c3a51ff3389863ff1c03a')
build() {
cd "$srcdir/Django-$pkgver"