diff --git a/python2-django/PKGBUILD b/python2-django/PKGBUILD index 3f51f835a..af9e4ca7f 100644 --- a/python2-django/PKGBUILD +++ b/python2-django/PKGBUILD @@ -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"