summarylogtreecommitdiffstats
path: root/dpp.install
diff options
context:
space:
mode:
authorJakub 'Eremiell' Marek2022-11-02 12:12:27 +0100
committerJakub 'Eremiell' Marek2022-11-02 12:12:27 +0100
commite4cde4dc8b690c172ebaeec8edfaae69558d3d93 (patch)
tree6e99c19518e6cbd896a02489dfaeb1fb179fc8ef /dpp.install
parente12bc15133a56e4dfd23727385c9fa80e7953e75 (diff)
downloadaur-e4cde4dc8b690c172ebaeec8edfaae69558d3d93.tar.gz
🔖 Update package, version 10.0.21-1
* Upstream version update * Support for various new small Discord features * Various bugfixes * See upstream changelog for details * Package now offers symlink for the embedded nlohmann/json
Diffstat (limited to 'dpp.install')
-rw-r--r--dpp.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/dpp.install b/dpp.install
index 8cf74b2472e6..2e3baadd422e 100644
--- a/dpp.install
+++ b/dpp.install
@@ -8,7 +8,7 @@ post_install() {
echo ""
echo -e "\e[32mTo keep things lean and clean, embedded nlohmann/json have been replaced by\e[0m"
echo -e "\e[32mpackaged version.\e[0m"
- echo -e "\e[32mMind that when looking up online tutorials.\e[0m"
+ echo -e "\e[32mSymlink has been provided for convenience, but you may prefer to use it directly.\e[0m"
echo ""
echo -e "\e[32mPackage now includes experimental coroutine support.\e[0m"
echo -e "\e[32mIt's not considered production ready, but it's available for your experiments.\e[0m"
@@ -16,9 +16,8 @@ post_install() {
}
post_upgrade() {
- echo -e "\e[1;33mEmbedded fmt have been completely dropped off the package.\e[0m"
- echo -e "\e[1;33mWe already replaced that by systemwide version.\e[0m"
- echo -e "\e[1;33mJust mind that it's no longer a dependency.\e[0m"
+ echo -e "\e[1;33mSymlink has been provided for the embedded nlohmann/json library.\e[0m"
+ echo -e "\e[1;33mWe keep using the systemwide version. It's just for easier use of online tutorials.\e[0m"
echo ""
echo -e "\e[32mPackage now includes experimental coroutine support.\e[0m"
echo -e "\e[32mIt's not considered production ready, but it's available for your experiments.\e[0m"