David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-crispy-bootstrap5
Commits:
a21e86a2 by David Runge at 2026-03-05T15:21:56+01:00
upgpkg: 2026.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-crispy-bootstrap5
pkgdesc = Bootstrap5 template pack for django-crispy-forms
- pkgver = 2025.6
- pkgrel = 2
+ pkgver = 2026.3
+ pkgrel = 1
url = https://github.com/django-crispy-forms/crispy-bootstrap5
arch = any
license = MIT
@@ -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.6/crispy-bootstrap5-2025.6.tar.gz
- sha512sums =
675351035f13b1c9dff1095e294467c9d8669750f71fcbd965641da35db1d5742cc0a17a64be63af6f7b6747057d98b6fa067f1ac84ffa18ae4db2f9fd7222c6
- b2sums =
92bc299d9e17a3bc3c8d53f3b2cf6a9884bb140ea607a611af32ec5dc9503d66c24ebbbd08ae963c04582965edb6db9db99c516bd3e550c9414ebf4b285d7ee2
+ source =
https://github.com/django-crispy-forms/crispy-bootstrap5/archive/2026.3/crispy-bootstrap5-2026.3.tar.gz
+ sha512sums =
8cf01f4f21c6158b2d65e9911d92d848004b4de14e218fc5fb6483de647ed3537486755be5c802dc0b612d61279c2efbfdbd1335175903b6549eee1696ca2166
+ b2sums =
bf22021761cc607a678daeff5fe567f69166dac452de7b345dc693ff049a31ed7224adda89d473c4b235a719ce9124ee38fa07663c40f93d774bcee39d8f9d34
pkgname = python-crispy-bootstrap5
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-crispy-bootstrap5
_name="${pkgname#python-}"
-pkgver=2025.6
-pkgrel=2
+pkgver=2026.3
+pkgrel=1
pkgdesc="Bootstrap5 template pack for django-crispy-forms"
arch=(any)
url="https://github.com/django-crispy-forms/crispy-bootstrap5"
@@ -24,8 +24,8 @@ checkdepends=(
python-pytest-django
)
source=($url/archive/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('675351035f13b1c9dff1095e294467c9d8669750f71fcbd965641da35db1d5742cc0a17a64be63af6f7b6747057d98b6fa067f1ac84ffa18ae4db2f9fd7222c6')
-b2sums=('92bc299d9e17a3bc3c8d53f3b2cf6a9884bb140ea607a611af32ec5dc9503d66c24ebbbd08ae963c04582965edb6db9db99c516bd3e550c9414ebf4b285d7ee2')
+sha512sums=('8cf01f4f21c6158b2d65e9911d92d848004b4de14e218fc5fb6483de647ed3537486755be5c802dc0b612d61279c2efbfdbd1335175903b6549eee1696ca2166')
+b2sums=('bf22021761cc607a678daeff5fe567f69166dac452de7b345dc693ff049a31ed7224adda89d473c4b235a719ce9124ee38fa07663c40f93d774bcee39d8f9d34')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap5/-/commit/a21e86a2646146d6ef76ae39425c91dd8199f021
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap5/-/commit/a21e86a2646146d6ef76ae39425c91dd8199f021
You're receiving this email because of your account on gitlab.archlinux.org.