[arch-commits] Commit in hyperkitty/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jul 5 19:00:26 UTC 2021
Date: Monday, July 5, 2021 @ 19:00:25
Author: dvzrv
Revision: 972469
upgpkg: hyperkitty 1.3.4-2: Rebuild to increase django compatibility.
Upstream is currently blocked by requiring an update to python-django-mailman3,
but the tests pass with our current package environment.
Modified:
hyperkitty/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 18:27:30 UTC (rev 972468)
+++ PKGBUILD 2021-07-05 19:00:25 UTC (rev 972469)
@@ -3,7 +3,7 @@
_name=HyperKitty
pkgname=hyperkitty
pkgver=1.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="A web interface to access GNU Mailman v3 archives"
arch=('any')
url="https://gitlab.com/mailman/hyperkitty"
@@ -58,6 +58,9 @@
# setting FHS compliant default paths, remove debug options
patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
touch settings_local.py
+ # increase the maximum allowed version of django to 3.2
+ # https://gitlab.com/mailman/hyperkitty/-/merge_requests/357
+ sed -e 's/<3.2/<3.3/g' -i setup.py
}
build() {
More information about the arch-commits
mailing list