Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: matrix-synapse 1.49.2-2 fix latest frozendict
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@1082649 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
alex19EP authored and svntogit committed Dec 21, 2021
1 parent 9e0fe2d commit bc8df7c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=matrix-synapse
pkgver=1.49.2
pkgrel=1
pkgrel=2
pkgdesc="Matrix reference homeserver"
url="https://github.com/matrix-org/synapse"
arch=('any')
Expand Down Expand Up @@ -38,7 +38,8 @@ source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v
'sysusers-synapse.conf'
'tmpfiles-synapse.conf'
'override-hardened.conf'
'use-mock-from-unittest.patch')
'use-mock-from-unittest.patch'
'latest-frozendict.patch')

This comment has been minimized.

Copy link
@kescherCode

kescherCode Dec 21, 2021

This file does not exist

This comment has been minimized.

Copy link
@Bubu

Bubu Dec 22, 2021

This would likely be a revert of this: matrix-org/synapse#11625

This comment has been minimized.

Copy link
@kescherCode

kescherCode Dec 22, 2021

Indeed, I've filed a bug report for this: https://bugs.archlinux.org/task/73111

This comment has been minimized.

Copy link
@alex19EP

alex19EP Dec 22, 2021

Author Member

This file does not exist

o here we go again. sorry.

sha256sums=('f5b0017e9d77db94fac853fbefbcb4538d879cb80f404b02003930c76f5cafab'
'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
'74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
Expand All @@ -47,13 +48,15 @@ sha256sums=('f5b0017e9d77db94fac853fbefbcb4538d879cb80f404b02003930c76f5cafab'
'aadfdd78fe73e6eb325ee4299b8db8b97bfa2f4e7df953aa8477f442598a7ec5'
'65588c8c64dfb84cab831cd8d028a295d753cf7322dd63053e8488466047b45f'
'd8e6b2a43a8a7d8f09c643f32e789a7ffeeb2d20bb07ee88ddc6923e1ab3b0e6'
'84b5e9b32ace497f40d0facd27eec3552924a8384130cb70caa9b0db9a13de3c')
'84b5e9b32ace497f40d0facd27eec3552924a8384130cb70caa9b0db9a13de3c'
'f1307d1db27ef293ee2430ec734ac7380e6022ba1396770b343359179f9b294e')
backup=('etc/synapse/log_config.yaml')
install=synapse.install

prepare() {
cd synapse-$pkgver
patch -Np1 -i ../use-mock-from-unittest.patch
patch -Np1 -i ../latest-frozendict.patch
}

build() {
Expand Down

0 comments on commit bc8df7c

Please sign in to comment.