summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-11 11:45:12 +0100
committerMarcell Meszaros2023-11-11 11:45:12 +0100
commit9774e9375bd332e38ad15d9988d3bd4cfeee5793 (patch)
treef02bf3b9137d93c7c7749310263f02ab9e380784
parent9acd99c76fbfb4f3b2605a61d55650ba86a51c38 (diff)
downloadaur-9774e9375bd332e38ad15d9988d3bd4cfeee5793.tar.gz
adjust installation message about transitioning to enchant
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--enchant-hspell.install8
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cae55ee86c77..f49bea59d90c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = enchant-hspell
pkgdesc = [Meta-PKG] Delete this; use enchant and hspell packages from Arch repository
pkgver = 2.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://archlinux.org/packages/?q=enchant
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 64ab450ef32f..a67f26582780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-hspell
pkgver=2.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="[Meta-PKG] Delete this; use enchant and hspell packages from Arch repository"
url="https://archlinux.org/packages/?q=enchant"
diff --git a/enchant-hspell.install b/enchant-hspell.install
index 7129ab0eecd9..c7fa630af95f 100644
--- a/enchant-hspell.install
+++ b/enchant-hspell.install
@@ -2,13 +2,15 @@ pre_install() {
echo
echo "ATTENTION"
echo
- echo "The 'enchant-hspell' package is removed due to being a superfluous duplicate of Arch repo's 'enchant'."
+ echo "The 'enchant-hspell' and 'enchant-pure' packages are to be removed"
+ echo "due to being superfluous duplicates of Arch repo's 'enchant'."
echo
- echo "It is now a metapackage and is no longer needed on your system."
+ echo "'enchant-hspell' is now a metapackage and is no longer needed on your system."
echo
- echo "Please uninstall it by running:"
+ echo "Please uninstall it and migrate to using 'enchant' by running the following:"
echo
echo "pacman -R enchant-hspell"
+ echo "pacman -Syu --asdeps enchant"
echo
}