[skip-ci] python2-django: update to 1.11.18

This commit is contained in:
Jeff Huang 2019-01-08 04:47:36 +01:00
parent 25736ae4bc
commit 88dc5395f1

View File

@ -1,5 +1,5 @@
pkgname=python2-django
pkgver=1.11.15
pkgver=1.11.18
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
@ -8,7 +8,7 @@ url="https://www.djangoproject.com/"
makedepends=('python2' 'python2-setuptools')
depends=('python2' 'python2-setuptools' 'python2-pytz')
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/")
sha256sums=('b18235d82426f09733d2de9910cee975cf52ff05e5f836681eb957d105a05a40')
sha256sums=('73cca1dac154e749b39cc91a54dc876109eb0512a5c6804986495305047066a5')
build() {
cd "$srcdir/Django-$pkgver"