mirror of
https://github.com/endeavouros-team/PKGBUILDS.git
synced 2026-06-13 01:34:36 +00:00
[rami] added a deprecation warning
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user