python-django: update to 5.2

This commit is contained in:
Biswapriyo Nath 2025-04-03 05:53:11 +00:00
parent 3e95c4449d
commit 02cfc810ed

View File

@ -3,7 +3,7 @@
_realname=django
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.1.7
pkgver=5.2
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design (mingw-w64)"
arch=('any')
@ -29,7 +29,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-bcrypt"
options=('!strip')
source=(#"Django-${pkgver}.tar.gz"::"https://www.djangoproject.com/download/${pkgver}/tarball/"
"${_realname}-${pkgver}.tar.gz"::https://github.com/django/django/archive/${pkgver}.tar.gz)
sha512sums=('24c576cf972600a4f27dfcd5c63ec6f7f6a5545f748e79d72c688efd0df495655249545be14ace0f8abed7e53fc4f7a33fa77b1fe813eb2386114ec1ccc6e96a')
sha512sums=('9060ed4c5893d8a2c8fe58eeeccb38577d89ef15d9be92bad48216de0aaeeef42ad16eb4ece03f3940fa0ec73efaa426b2221850bab20419ace78a6e6cefc8c6')
noextract=(${_realname}-${pkgver}.tar.gz)
prepare() {