[rami] added a deprecation warning

This commit is contained in:
manuel
2026-06-01 11:37:35 +03:00
parent e0d45f6f2c
commit dfd41c81f5
2 changed files with 19 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,7 @@
pkgname=rami
pkgdesc="Rank Arch mirrors, prefer up-to-date mirrors"
url="https://github.com/endeavouros-team/PKGBUILDS/raw/master/$pkgname"
pkgver=26
pkgver=26.1
pkgrel=1
arch=('any')
@@ -22,6 +22,8 @@ optdepends=(
'time: for option --time'
)
install=$pkgname.install
source=(
$url/$pkgname # ranks Arch mirrors
$url/${pkgname}-fzf # ranks Arch mirrors, uses fzf for selecting the main features
+16
View File
@@ -0,0 +1,16 @@
post_upgrade() {
eos-color warning
cat <<EOF
==> rami is deprecated and will be removed at 2026-September-01.
Alternative Arch mirror ranking apps:
create-ml # see package iso-create-ml
rate-mirrors
reflector
reflector-simple
EOF
eos-color reset
}
post_install() {
post_upgrade
}