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

Django 2.2 release

parent 47375b7e
No related branches found
Tags 2.2-1
No related merge requests found
......@@ -4,7 +4,7 @@
pkgbase=django
pkgname=('python-django')
pkgver=2.1.7
pkgver=2.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')
makedepends=('python' 'python-setuptools')
depends=('python' 'python-setuptools' 'python-pytz')
depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse')
optdepends=('python-psycopg2: for PostgreSQL backend')
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/")
sha512sums=('bacbd52c834a14267588f7bcf57f52c246beb9971352e60eb780e28872884e0dd3701256dcd9600ae0faad29f42460391ea973e9fbb3338c2c08baf0d5ca2fe8')
sha512sums=('cab4e31d9ad7bc1765dd922913ade5ced7308cb687374c650358585070f2d19feca47c9135b56e3d686df08a9a80b0af232b79cea18ec229f2a9737af6c1f964')
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