Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / matrix-synapse
Commits:
82eaa871 by Alexander Epaneshnikov at 2024-03-07T21:13:24+03:00
add nvchecker
- - - - -
5b007506 by Alexander Epaneshnikov at 2024-03-07T21:23:34+03:00
upgpkg: 1.102.0-1: upstream release
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = matrix-synapse
pkgdesc = Matrix reference homeserver
- pkgver = 1.101.0
+ pkgver = 1.102.0
pkgrel = 1
url = https://github.com/element-hq/synapse
install = synapse.install
@@ -62,7 +62,7 @@ pkgbase = matrix-synapse
optdepends = python-pyicu: Improve user search for international
display names
optdepends = python-authlib: OpenID SSO support
backup = etc/synapse/log_config.yaml
- source =
matrix-synapse::git+https://github.com/element-hq/synapse.git#tag=6d713917c18fe9116821bec651f81461922232e4
+ source =
matrix-synapse::git+https://github.com/element-hq/synapse.git#tag=90205fd640955c602d11ef47cb7b47a3c3436020
source = generic_worker.yaml.example
source = synapse.service
source = synapse.target
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[matrix-synapse]
+source ="git"
+git = "https://github.com/element-hq/synapse"
+prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Ivan Shapovalov <[email protected]>
pkgname=matrix-synapse
-_tag=6d713917c18fe9116821bec651f81461922232e4
-pkgver=1.101.0
+_tag=90205fd640955c602d11ef47cb7b47a3c3436020
+pkgver=1.102.0
pkgrel=1
pkgdesc="Matrix reference homeserver"
url="https://github.com/element-hq/synapse"
@@ -65,8 +65,8 @@ prepare() {
cd $pkgname
# allow any poetry-core to be used
sed 's/poetry-core>=1.1.0,<=1.8.1/poetry-core>=1.0.0/' -i pyproject.toml
- sed 's/setuptools_rust>=1.3,<=1.6.0/setuptools_rust>=1.3.0/' -i
pyproject.toml
-}
+ sed 's/setuptools_rust>=1.3,<=1.8.1/setuptools_rust>=1.3.0/' -i
pyproject.toml
+}
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/compare/e4810c46e029fe71e2decb700d71500becf1c757...5b00750615318eedd3ac40105b9ad26c599566aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/compare/e4810c46e029fe71e2decb700d71500becf1c757...5b00750615318eedd3ac40105b9ad26c599566aa
You're receiving this email because of your account on gitlab.archlinux.org.