summarylogtreecommitdiffstats
path: root/mautrix-telegram.install
diff options
context:
space:
mode:
authorBrainDamage2021-06-15 19:57:34 +0200
committerBrainDamage2021-06-15 19:57:34 +0200
commit8439b2ed2f6747aadcd2816e4ef43e14ff2b7d9a (patch)
treee7ad4251b5a84893a9f2a0977da66fe4f3b69078 /mautrix-telegram.install
parent9dd5a33cd149d09e068a4a75b4ac485943e7707c (diff)
downloadaur-8439b2ed2f6747aadcd2816e4ef43e14ff2b7d9a.tar.gz
version bump
added a post-install message about deprecation of sqlite added a post-install message about requirements.txt stripping the package now installs a copy of the original requirements files
Diffstat (limited to 'mautrix-telegram.install')
-rw-r--r--mautrix-telegram.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/mautrix-telegram.install b/mautrix-telegram.install
index 57dce084b8a9..a03bdda55a7b 100644
--- a/mautrix-telegram.install
+++ b/mautrix-telegram.install
@@ -1,6 +1,11 @@
post_install() {
cat <<- 'EOF'
+ this package strips max version for packages in requirements.txt; Arch tracks stable releases and the author enforces max versions as a precautionary measure, as consequence the package would get unable to build in short time without this workaround, where necessary the enforcement has been copied to the pkgbuild, however the information may get outdated as libraries get upgraded and break their API
+ the original files have been installed as well to act as documentation in the case a user finds compatibility problems
+
after editing /etc/mautrix-telegram/config.yaml, generate a registration file using:
# mautrix-telegram -b /usr/share/mautrix-telegram/example-config.yaml -c /etc/mautrix-telegram/config.yaml -r /etc/mautrix-telegram/registration.yaml -g
+
+ this is the last version of mautrix-telegram supporting sqlite, please refer to the release notes for db migration: https://github.com/tulir/mautrix-telegram/releases/tag/v0.10.0
EOF
}