summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordan2013-12-12 22:12:04 +0000
committersvntogit2013-12-12 22:12:04 +0000
commit96efa2c3c4fb4a0cc28be03f41247a2ad378812f (patch)
tree789c2ec8e1e5c65d703a994374662b8b22eb7f64
parent7262ca0979413c5c0fde3cf091032e25182e22ab (diff)
downloadaur-96efa2c3c4fb4a0cc28be03f41247a2ad378812f.tar.gz
upgpkg: django 1.6.1-1
git-svn-id: file:///srv/repos/svn-packages/svn@201492 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 c9091557523e..24da5c4d9c06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 18:02:50 UTC 2015
+# Wed Dec 30 18:02:52 UTC 2015
pkgbase = django
pkgdesc = A high-level Python Web framework that encourages rapid development and clean design
- pkgver = 1.6
+ pkgver = 1.6.1
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.tar.gz
- md5sums = 65db1bc313124c3754c89073942e38a8
- sha256sums = d3d9fdc8f313e5a33a6dc7ebdeca19147c11029822b462064c56895d7969ab98
+ source = https://www.djangoproject.com/m/releases/1.6/Django-1.6.1.tar.gz
+ md5sums = 3ea7a00ea9e7a014e8a4067dd6466a1b
+ sha256sums = cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06
pkgname = python-django
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index b8701c406ca0..4d7ff0372847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=django
pkgname=('python-django' 'python2-django')
-pkgver=1.6
+pkgver=1.6.1
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=('65db1bc313124c3754c89073942e38a8')
-sha256sums=('d3d9fdc8f313e5a33a6dc7ebdeca19147c11029822b462064c56895d7969ab98')
+md5sums=('3ea7a00ea9e7a014e8a4067dd6466a1b')
+sha256sums=('cf011874f54a16e7452e0fe1e7f4ec144b95b47ecf31766c9f1f8cf438f09c06')
build() {
cd "$srcdir/Django-$pkgver"