summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-13 22:41:36 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-13 22:41:36 -0600
commit986405a15b75ab83d1063edddcc8a270fabf47e3 (patch)
treec271129dc43d63e69d1ba0da1ff72d48cac931c5
parentad0f537fae8f4f075144b64ed46742161a355fd5 (diff)
update libre/django17
-rw-r--r--libre/django17/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/django17/PKGBUILD b/libre/django17/PKGBUILD
index 8311f84bb..2639a7640 100644
--- a/libre/django17/PKGBUILD
+++ b/libre/django17/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=django17
pkgname=('python-django17' 'python2-django17')
-pkgver=1.7.7
+pkgver=1.7.9
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
@@ -12,8 +12,9 @@ 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=('a62d6598966947d150525ad2ab20fb0c')
-sha256sums=('4816f892063569ca9a77584fa23cb4995c1b3b954ef875102a8219229cbd2e33')
+md5sums=('6ea69f3ebb73755bd2a4c9e3743f17c8')
+sha1sums=('473599c2e2810a30bb86fd9c730ef52f23e5f709')
+sha256sums=('4f3f9fe4e5d20ff8ed6a90b5d2f2df2d8fc054e478cdcc3db81c6b29bd217860')
prepare() {
cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"