[arch-commits] Commit in django/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Mar 7 14:33:57 UTC 2020
Date: Saturday, March 7, 2020 @ 14:33:57
Author: jelle
Revision: 376890
upgpkg: django 3.0.4-1
Upstream security update.
Modified:
django/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-07 14:24:00 UTC (rev 376889)
+++ PKGBUILD 2020-03-07 14:33:57 UTC (rev 376890)
@@ -4,7 +4,7 @@
pkgbase=django
pkgname=('python-django')
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
@@ -15,7 +15,7 @@
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=('c9c432fe8bafec1883522d9fb6fb2caa70b57788a9079f3b89e0455166b096f4b537e41d3a5170a829566bb51a70e824ff09f065866656c1d0b351383e8f468f')
+sha512sums=('f08bea35d67ed6c0a4df3252abc55bcab80195de7201c51bb3c94ca9068907771751b64ebbd1ffc0c4577473d948df1b48cda7a33c97c2b48c615e094eeb5ae6')
build() {
cd "$srcdir/Django-$pkgver"
More information about the arch-commits
mailing list