This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgpkg: matrix-synapse 1.49.2-2 fix latest frozendict
git-svn-id: file:///srv/repos/svn-community/svn@1082649 9fca08f4-af9d-4005-b8df-a31f2cc04f65
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') | ||
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
kescherCode
|
||
sha256sums=('f5b0017e9d77db94fac853fbefbcb4538d879cb80f404b02003930c76f5cafab' | ||
'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e' | ||
'74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed' | ||
|
@@ -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() { | ||
|
This file does not exist