From 74969a582d3f4618dcb39ded29ba2994bd751aa1 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Tue, 8 Jan 2019 04:51:56 +0100 Subject: [PATCH] [skip-ci] python3-django: update to 2.1.5 --- python3-django/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-django/PKGBUILD b/python3-django/PKGBUILD index 0df9dba89..d36a31009 100644 --- a/python3-django/PKGBUILD +++ b/python3-django/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Shahar Weiss pkgname=python3-django -pkgver=2.1.3 +pkgver=2.1.5 pkgrel=1 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design" arch=('any') @@ -13,7 +13,7 @@ url="http://www.djangoproject.com/" makedepends=('python3-setuptools') depends=('python3' 'python3-setuptools' 'python3-pytz') source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/") -sha256sums=('1ffab268ada3d5684c05ba7ce776eaeedef360712358d6a6b340ae9f16486916') +sha256sums=('d6393918da830530a9516bbbcbf7f1214c3d733738779f06b0f649f49cc698c3') build() { cd "$srcdir/Django-$pkgver"