David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-crispy-bootstrap5
Commits:
c0e14308 by David Runge at 2025-06-10T11:04:25+02:00
upgpkg: 2025.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-crispy-bootstrap5
pkgdesc = Bootstrap5 template pack for django-crispy-forms
- pkgver = 2025.4
+ pkgver = 2025.6
pkgrel = 1
url = https://github.com/django-crispy-forms/crispy-bootstrap5
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-crispy-bootstrap5
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://github.com/django-crispy-forms/crispy-bootstrap5/archive/2025.4/crispy-bootstrap5-2025.4.tar.gz
- sha512sums =
971ead38d3430284aa7665bca558ebd4ff5d29f4a979ab7e04736bab4c4d3a4c4c7ff8d25265ec9f2dcfd264d99cae497674e0ef32f284896d99660c93e5ac78
- b2sums =
d17c409c0c7d8797c92499d6198d92b051d5251fcd36bc77e77d32da71e679c650128012fd3b2e86575c66994365d828ac39610f6100e6853cdf8f5be278ccee
+ source =
https://github.com/django-crispy-forms/crispy-bootstrap5/archive/2025.6/crispy-bootstrap5-2025.6.tar.gz
+ sha512sums =
675351035f13b1c9dff1095e294467c9d8669750f71fcbd965641da35db1d5742cc0a17a64be63af6f7b6747057d98b6fa067f1ac84ffa18ae4db2f9fd7222c6
+ b2sums =
92bc299d9e17a3bc3c8d53f3b2cf6a9884bb140ea607a611af32ec5dc9503d66c24ebbbd08ae963c04582965edb6db9db99c516bd3e550c9414ebf4b285d7ee2
pkgname = python-crispy-bootstrap5
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-crispy-bootstrap5
_name="${pkgname#python-}"
-pkgver=2025.4
+pkgver=2025.6
pkgrel=1
pkgdesc="Bootstrap5 template pack for django-crispy-forms"
arch=(any)
@@ -24,8 +24,8 @@ checkdepends=(
python-pytest-django
)
source=($url/archive/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('971ead38d3430284aa7665bca558ebd4ff5d29f4a979ab7e04736bab4c4d3a4c4c7ff8d25265ec9f2dcfd264d99cae497674e0ef32f284896d99660c93e5ac78')
-b2sums=('d17c409c0c7d8797c92499d6198d92b051d5251fcd36bc77e77d32da71e679c650128012fd3b2e86575c66994365d828ac39610f6100e6853cdf8f5be278ccee')
+sha512sums=('675351035f13b1c9dff1095e294467c9d8669750f71fcbd965641da35db1d5742cc0a17a64be63af6f7b6747057d98b6fa067f1ac84ffa18ae4db2f9fd7222c6')
+b2sums=('92bc299d9e17a3bc3c8d53f3b2cf6a9884bb140ea607a611af32ec5dc9503d66c24ebbbd08ae963c04582965edb6db9db99c516bd3e550c9414ebf4b285d7ee2')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap5/-/commit/c0e143087759bbb66cd4efc9de00810da9f54fd0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap5/-/commit/c0e143087759bbb66cd4efc9de00810da9f54fd0
You're receiving this email because of your account on gitlab.archlinux.org.