Skip to content
Snippets Groups Projects
Commit d57c22bb authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Upstream update with a new dependency on python-asgiref

parent d560a850
No related branches found
Tags 3.0.2-1
No related merge requests found
......@@ -4,7 +4,7 @@
pkgbase=django
pkgname=('python-django')
pkgver=2.2.9
pkgver=3.0.2
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
......@@ -12,10 +12,10 @@ license=('BSD')
url="http://www.djangoproject.com/"
checkdepends=('python-pytest' 'python-tblib')
makedepends=('python' 'python-setuptools')
depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse')
depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 'python-asgiref')
optdepends=('python-psycopg2: for PostgreSQL backend')
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/")
sha512sums=('f99c464be8639eb18fe30cf195f7e971c973fa26a0f44d09ab9ad7f331e7e5e1db8d22e1adaf04fe885e8750d38a6d85942e7039f737fe88a617f44514b6fd5b')
sha512sums=('34011f1c67009fd450fd362ce40b138371a130f5fc92b8a5c28250965b7d9391b1a3e45ac290fd5d053afa2424e8fee360d3d4f6c4d8da71ec4643ec144d1b33')
build() {
cd "$srcdir/Django-$pkgver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment