* update django to 5.1.4-1
This commit is contained in:
parent
6d6e5dd13e
commit
57525df933
@ -1,7 +1,7 @@
|
||||
pkgbase = django
|
||||
pkgdesc = A high-level Python Web framework that encourages rapid development and clean design
|
||||
pkgver = 5.1.3
|
||||
pkgrel = 2
|
||||
pkgver = 5.1.4
|
||||
pkgrel = 1
|
||||
url = http://www.djangoproject.com/
|
||||
arch = any
|
||||
license = BSD
|
||||
@ -18,7 +18,7 @@ pkgbase = django
|
||||
depends = python-asgiref
|
||||
optdepends = python-psycopg2: for PostgreSQL backend
|
||||
optdepends = python-argon2-cffi: for Argon2 password hashing support
|
||||
source = Django-5.1.3.tar.gz::https://www.djangoproject.com/download/5.1.3/tarball/
|
||||
sha512sums = 43c7c196c8d34c2354d2c0c3a1e1d4a816841dcdf60ec6277567acce23aae125c502f1afa354838fc4722fd3e665587878e2c57caa056ad5a6130bb5643991be
|
||||
source = Django-5.1.4.tar.gz::https://www.djangoproject.com/download/5.1.4/tarball/
|
||||
sha512sums = 252c185b82da60fb8b1be9c284e8912f5f2846f10a314bc5e611a24e499ea31d7dc29b31a4de16ee3329b1e6861d7faf02b65a043e8a2a28328541105a1e7dc3
|
||||
|
||||
pkgname = python-django
|
||||
|
@ -5,8 +5,8 @@
|
||||
|
||||
pkgbase=django
|
||||
pkgname=('python-django')
|
||||
pkgver=5.1.3
|
||||
pkgrel=2
|
||||
pkgver=5.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
|
||||
arch=(any)
|
||||
license=('BSD')
|
||||
@ -18,7 +18,7 @@ depends=('python' 'python-pytz' 'python-sqlparse' 'python-asgiref')
|
||||
optdepends=('python-psycopg2: for PostgreSQL backend'
|
||||
'python-argon2-cffi: for Argon2 password hashing support')
|
||||
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/")
|
||||
sha512sums=('43c7c196c8d34c2354d2c0c3a1e1d4a816841dcdf60ec6277567acce23aae125c502f1afa354838fc4722fd3e665587878e2c57caa056ad5a6130bb5643991be')
|
||||
sha512sums=('252c185b82da60fb8b1be9c284e8912f5f2846f10a314bc5e611a24e499ea31d7dc29b31a4de16ee3329b1e6861d7faf02b65a043e8a2a28328541105a1e7dc3')
|
||||
|
||||
prepare() {
|
||||
cd "Django-$pkgver"
|
||||
|
Loading…
x
Reference in New Issue
Block a user