diff --git a/python3-django/PKGBUILD b/python3-django/PKGBUILD index 8e49fb0fe..34faba396 100644 --- a/python3-django/PKGBUILD +++ b/python3-django/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Shahar Weiss pkgname=python3-django -pkgver=2.1 +pkgver=2.1.2 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=('7f246078d5a546f63c28fc03ce71f4d7a23677ce42109219c24c9ffb28416137') +sha256sums=('efbcad7ebb47daafbcead109b38a5bd519a3c3cd92c6ed0f691ff97fcdd16b45') build() { cd "$srcdir/Django-$pkgver"